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: I4401d85a9b9b44cce265a9d23b06b3cb7d72339f
This commit is contained in:
ZhongShengping
2018-11-09 14:56:42 +08:00
parent 79f51081ce
commit 4fc8ec5756

View File

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