Skip to content

Commit

Permalink
(GH-1518) 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 53039a1 commit 40d23f2
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 @@ -79,7 +79,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.0.0 < 8.0.0"
"version_requirement": ">= 6.24.0 < 8.0.0"
}
],
"description": "MySQL module",
Expand Down

0 comments on commit 40d23f2

Please sign in to comment.