Fix stdlib version in metadata

puppetlabs-stdlib is now using the 5.1 version, so we should fix the
stdlib version in metadata.

Change-Id: I2f043992b85b7ef0475b31822bbf5c49924c9684
This commit is contained in:
ZhongShengping 2018-11-09 14:56:37 +08:00
parent 23d622ba36
commit 3810e1b662
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=4.0.0 <5.0.0"
"version_requirement": ">=5.0.0 <6.0.0"
},
{
"name": "openstack/openstacklib",
@ -71,4 +71,4 @@
"source": "git://github.com/openstack/puppet-cinder.git",
"summary": "Puppet module for OpenStack Cinder",
"version": "14.0.0"
}
}