Skip to content

Commit d5ba24f

Browse files
authored
(bugfix) - Declare minimum Puppet version 6.24.0
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.
1 parent ee98a5a commit d5ba24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"requirements": [
3434
{
3535
"name": "puppet",
36-
"version_requirement": ">= 6.0.0 < 8.0.0"
36+
"version_requirement": ">= 6.24.0 < 8.0.0"
3737
}
3838
],
3939
"template-url": "https://github.com/puppetlabs/pdk-templates.git#main",

0 commit comments

Comments
 (0)