Skip to content

Commit eb5b4c0

Browse files
committed
Declare minimum Puppet version to be 6.24.0
In a565ea9 the commands are passed as an array, but this feature was only introduced in Puppet 6.24.0[1]. This raises the minimum version to match, since it's no longer possible to use the module on anything older. [1]: https://puppet.com/docs/puppet/6/release_notes_puppet.html#enhancements_puppet_x-7-9-0-PUP-5704 Fixes: a565ea9
1 parent 0cb1c07 commit eb5b4c0

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
@@ -83,7 +83,7 @@
8383
"requirements": [
8484
{
8585
"name": "puppet",
86-
"version_requirement": ">= 6.0.0 < 8.0.0"
86+
"version_requirement": ">= 6.24.0 < 8.0.0"
8787
}
8888
],
8989
"description": "Module for Apache configuration",

0 commit comments

Comments
 (0)