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: Ie7a52e33945c385830a96054f4aa77bc4fd4959f
This commit is contained in:
ZhongShengping 2018-11-09 14:56:38 +08:00
parent d204da8ea8
commit a6504f816e
1 changed files with 2 additions and 2 deletions

View File

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