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

View File

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