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: Iaa232e839bfe215afa799bd9ff22b4cdd9beeb84
This commit is contained in:
ZhongShengping
2018-11-09 14:56:37 +08:00
parent 03e5366bba
commit 57ee7606db

View File

@@ -11,7 +11,7 @@
}, },
{ {
"name": "puppetlabs/stdlib", "name": "puppetlabs/stdlib",
"version_requirement": ">=4.0.0 <5.0.0" "version_requirement": ">=5.0.0 <6.0.0"
}, },
{ {
"name": "openstack/openstacklib", "name": "openstack/openstacklib",
@@ -63,4 +63,4 @@
"source": "git://github.com/openstack/puppet-cloudkitty.git", "source": "git://github.com/openstack/puppet-cloudkitty.git",
"summary": "Puppet module for OpenStack cloudkitty", "summary": "Puppet module for OpenStack cloudkitty",
"version": "3.0.0" "version": "3.0.0"
} }