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: I1f413cd281743eaf05c468646d71a743f6e24d06
This commit is contained in:
ZhongShengping 2018-11-09 14:56:43 +08:00
parent 8315b01f33
commit ff918903d0
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
}
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.12.0 < 5.0.0" },
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 5.0.0 < 6.0.0" },
{ "name": "openstack/openstacklib", "version_requirement": ">=14.0.0 <15.0.0" },
{ "name": "sensu/sensu" },
{ "name": "yelp/uchiwa" }