Skip to content

Commit 40d23f2

Browse files
authored
(GH-1518) 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 53039a1 commit 40d23f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata.json

+1-1
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
"description": "MySQL module",

0 commit comments

Comments
 (0)