Skip to content

Commit 98145a9

Browse files
Specify correct supported puppet version, 8.x only
Moving to pdk template 3.5.1 broke ruby 2.7 support, and by extension puppet 7.x.
1 parent 3a43223 commit 98145a9

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
@@ -18,7 +18,7 @@
1818
"requirements": [
1919
{
2020
"name": "puppet",
21-
"version_requirement": ">= 6.0.0 < 9.0.0"
21+
"version_requirement": ">= 8.0.0 < 9.0.0"
2222
}
2323
],
2424
"pdk-version": "3.5.1",

0 commit comments

Comments
 (0)