Skip to content

Commit

Permalink
(bugfix) - Declare minimum Puppet version 6.24.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pmcmaw authored Dec 20, 2022
1 parent ee98a5a commit d5ba24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d5ba24f

Please sign in to comment.