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: I2f062a295373fd105cf4e2e2563d3f18bb2baf3b
This commit is contained in:
ZhongShengping 2018-11-09 14:56:42 +08:00
parent 619a4681b7
commit 68de8c2b51
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=4.0.0 <5.0.0"
"version_requirement": ">=5.0.0 <6.0.0"
},
{
"name": "openstack/keystone",