Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Commit

Permalink
(#513) set puppet upper version boundary to 6.0.0
Browse files Browse the repository at this point in the history
This is needed to make certain puppet-lint checks happy and also
considered best practice.

Fixes #513
  • Loading branch information
bastelfreak committed Jun 17, 2018
1 parent 175c90f commit 9a53814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/choria/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.9.0"
"version_requirement": ">= 4.9.0 < 6.0.0"
}
]
}

0 comments on commit 9a53814

Please sign in to comment.