]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
(GH-1097) Bumping back required puppet version
authorLukas Audzevicius <laudzevicius24@hotmail.com>
Tue, 6 Dec 2022 15:04:43 +0000 (15:04 +0000)
committerLukas Audzevicius <laudzevicius24@hotmail.com>
Tue, 6 Dec 2022 15:04:43 +0000 (15:04 +0000)
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

index ed133aefa9c8e83585b79482771b6a3ee0d3a763..ea089d146a4fb95900e9c9b9263693867a18019b 100644 (file)
@@ -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",