(bugfix) - Declare minimum Puppet version 6.24.0 bugfix-bump_minimum_puppet_version
authorPaula Muir <paula@puppet.com>
Tue, 20 Dec 2022 11:54:57 +0000 (11:54 +0000)
committerGitHub <noreply@github.com>
Tue, 20 Dec 2022 11:54:57 +0000 (11:54 +0000)
In codebase hardening efforts the commands are passed as an array, but this feature was only introduced in Puppet 6.24.01. This raises the minimum version to match, since it's no longer possible to use the module on anything older.

metadata.json

index f90d8e4b088505760d7536d2c4cdcf54bba08a14..7b6bc1d6bfe62d934079968ce149f2725c3acd63 100644 (file)
@@ -33,7 +33,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",