Skip to content

Commit b0e797b

Browse files
author
Jarret Lavallee
committed
(maint) Support up to puppet version 8
Prior to this commit, the upper limit of Puppet version support was unbounded. This commit puts an upper limit of 8, so Puppet 5.5.1+, 6, and 7 are now supported.
1 parent 493aa78 commit b0e797b

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
@@ -53,7 +53,7 @@
5353
"requirements": [
5454
{
5555
"name": "puppet",
56-
"version_requirement": ">= 5.5.1"
56+
"version_requirement": ">= 5.5.1 < 8.0.0"
5757
}
5858
],
5959
"pdk-version": "2.0.0",

0 commit comments

Comments
 (0)