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: I1cd0ee1750189343e30136631cdd331f15fdf47f
This commit is contained in:
ZhongShengping 2018-11-09 14:56:37 +08:00
parent 4ad1e23b84
commit 7b727f3d92
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",
@ -67,4 +67,4 @@
"source": "git://github.com/openstack/puppet-ceilometer.git",
"summary": "Puppet module for OpenStack Ceilometer",
"version": "14.0.0"
}
}