Fix stdlib version in metadata

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

Change-Id: I9e070a99e6e484f2c312765dd9028ad493525dce
This commit is contained in:
ZhongShengping
2021-09-23 19:44:22 +08:00
parent 38d52dfce4
commit 587b1f08ad

View File

@@ -23,7 +23,7 @@
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=5.0.0 <8.0.0"
"version_requirement": ">=5.0.0 <9.0.0"
},
{
"name": "openstack/openstacklib",