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: I3c8fd91e53855ff8ef4d7d5b1c3ef6acf9366e40
This commit is contained in:
ZhongShengping 2021-09-23 19:44:22 +08:00
parent 0fcef41ece
commit 345e105d29
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=5.0.0 <8.0.0"
"version_requirement": ">=5.0.0 <9.0.0"
},
{
"name": "openstack/vswitch",