From 2c2cfcb5b032a2ff7e7874e612690c0bfcb79d04 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Thu, 23 Sep 2021 19:44:22 +0800 Subject: [PATCH] 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: Iec35b36d42bfab89a98e5792c2490832e087c68d --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 7fcc1fa4..3c8d7036 100644 --- a/metadata.json +++ b/metadata.json @@ -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",