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: I355c207da2fbd72b1ed4b83c03c287c85ebbbe1b
This commit is contained in:
ZhongShengping 2021-09-23 19:44:22 +08:00
parent 57875d07ca
commit a9330283aa
1 changed files with 1 additions and 1 deletions

View File

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