From ea0bfbefb391cb846e419e5dee2d2e8469f84444 Mon Sep 17 00:00:00 2001 From: Lukas Audzevicius Date: Tue, 6 Dec 2022 15:04:43 +0000 Subject: [PATCH] (GH-1097) Bumping back required puppet version Prior to this commit, due to a mistake, there was a reversion to the previously implemented bump to minimum required puppet version, which was part of the CVE update. This commit aims to address issue 1097 in Github which brings to light the need for this puppet bump to be restored to 6.24 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index ed133ae..ea089d1 100644 --- a/metadata.json +++ b/metadata.json @@ -79,7 +79,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">= 6.0.0 < 8.0.0" + "version_requirement": ">= 6.24.0 < 8.0.0" } ], "template-url": "https://github.com/puppetlabs/pdk-templates.git#main", -- 2.45.2