Skip to content

Commit c941ddd

Browse files
committed
(CONT-5) Raising minimum required puppet version
Prior to this commit, and as part of the codebase hardening project, we sanitised some commands in the module. However, this sanitisation method requires that users have at least puppet version 6.24.0 and onwards to be effective. This commit aims to resolve that requirement by raising the required puppet version in the metadata.json file.
1 parent 0070c25 commit c941ddd

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
@@ -79,7 +79,7 @@
7979
"requirements": [
8080
{
8181
"name": "puppet",
82-
"version_requirement": ">= 6.0.0 < 8.0.0"
82+
"version_requirement": ">= 6.24.0 < 8.0.0"
8383
}
8484
],
8585
"template-url": "https://github.com/puppetlabs/pdk-templates.git#main",

0 commit comments

Comments
 (0)