Skip to content

Commit

Permalink
(CONT-263) Update minimum required puppet version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
LukasAud committed Nov 22, 2022
1 parent 1496d2f commit 517969c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.0.0 < 8.0.0"
"version_requirement": ">= 6.24.0 < 8.0.0"
}
],
"template-url": "https://github.com/puppetlabs/pdk-templates.git#main",
Expand Down

0 comments on commit 517969c

Please sign in to comment.