Skip to content

Commit c21905d

Browse files
Correct supported Puppet lower bound to 5.5.0
Prior to this commit the metadata erroneously claimed support for 4x versions of Puppet, on which it has not been tested and would fail to run as the `ruby-pwsh` dependency requires Ruby 2.3 or higher which ships in Puppet 5x. Further, Puppeet 4x is no longer officially supported at all.
1 parent 15dc2f5 commit c21905d

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
@@ -74,7 +74,7 @@
7474
"requirements": [
7575
{
7676
"name": "puppet",
77-
"version_requirement": ">= 4.7.0 < 7.0.0"
77+
"version_requirement": ">= 5.5.0 < 7.0.0"
7878
}
7979
],
8080
"pdk-version": "1.15.0",

0 commit comments

Comments
 (0)