Skip to content

Commit 17c7668

Browse files
committed
(CONT-263) Bumping required puppet version
Prior to this commit, as part of the codebase hardening project, an important piece of update was missed: raising the minimum required puppet version to 6.24.0, so that certain command breakdowns could occur. This commit aims to fix that. It can also be considered part of the ticket CONT-263 and the final update required before a major release can be cut.
1 parent 088cb33 commit 17c7668

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
@@ -59,7 +59,7 @@
5959
"requirements": [
6060
{
6161
"name": "puppet",
62-
"version_requirement": ">= 6.0.0 < 8.0.0"
62+
"version_requirement": ">= 6.24.0 < 8.0.0"
6363
}
6464
],
6565
"pdk-version": "2.4.0",

0 commit comments

Comments
 (0)