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: Ia35629e433d5eadcb3889fce980b8d91ebab3636
This commit is contained in:
ZhongShengping 2018-11-09 14:56:39 +08:00
parent 8784790e71
commit 9acb520cee
1 changed files with 2 additions and 2 deletions

View File

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