Fix stdlib version in metadata

puppetlabs-stdlib is now using the 6.1.0 version, so we should fix the
stdlib version in metadata.

Change-Id: I2f9bfa5494e5f384c472da2d2a06bcdb0378bf3c
This commit is contained in:
ZhongShengping
2019-12-11 11:53:02 +08:00
parent 7608291cb9
commit 4e8544314f

View File

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