Skip to content

Commit

Permalink
Allow Puppet 7 compatible versions of mods
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed May 25, 2021
1 parent 33cbbcd commit b9fbe82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"dependencies": [
{
"name": "puppetlabs/concat",
"version_requirement": ">= 4.1.0 < 7.0.0"
"version_requirement": ">= 4.1.0 < 8.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.18.0 < 7.0.0"
"version_requirement": ">= 4.18.0 < 8.0.0"
},
{
"name": "puppet/extlib",
Expand Down

0 comments on commit b9fbe82

Please sign in to comment.