Skip to content

Commit 517969c

Browse files
committed
(CONT-263) Update minimum required puppet version
Prior to this commit, and after the work performed in [Hardening manifests](#525), the minimum puppet version requirement was expected to be raised up to 6.24.0 to meet logic requirements. This commits aims to fix the missing bump.
1 parent 1496d2f commit 517969c

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
@@ -77,7 +77,7 @@
7777
"requirements": [
7878
{
7979
"name": "puppet",
80-
"version_requirement": ">= 6.0.0 < 8.0.0"
80+
"version_requirement": ">= 6.24.0 < 8.0.0"
8181
}
8282
],
8383
"template-url": "https://github.com/puppetlabs/pdk-templates.git#main",

0 commit comments

Comments
 (0)