From: Lukas Audzevicius Date: Tue, 6 Dec 2022 15:04:43 +0000 (+0000) Subject: (GH-1097) Bumping back required puppet version X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=ea0bfbefb391cb846e419e5dee2d2e8469f84444;p=puppet-modules%2Fpuppetlabs-firewall.git (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 --- 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",