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: I650cd44a18d8d5f4c8da18febc2c35705e01262b
This commit is contained in:
ZhongShengping 2021-09-23 19:44:23 +08:00
parent f5ba799ce0
commit 5516ff56be
1 changed files with 1 additions and 1 deletions

View File

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