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: I269ec2ddeb75982f67f2b9431544a4be8bc95e8e
This commit is contained in:
ZhongShengping 2018-11-09 14:56:44 +08:00
parent 5a6f48c631
commit 79b46eeb0f

View File

@ -7,7 +7,7 @@
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=4.2.0 <5.0.0"
"version_requirement": ">=5.0.0 <6.0.0"
},
{
"name": "openstack/openstacklib",
@ -59,4 +59,4 @@
"source": "git://github.com/openstack/puppet-watcher.git",
"summary": "Puppet module for OpenStack Watcher",
"version": "14.0.0"
}
}