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 authored and ehelms committed May 4, 2021
1 parent d43fe08 commit 72b465f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.2.0 < 7.0.0"
"version_requirement": ">= 4.2.0 < 8.0.0"
},
{
"name": "puppet/extlib",
"version_requirement": ">= 3.0.0 < 6.0.0"
},
{
"name": "puppetlabs/postgresql",
"version_requirement": ">= 6.5.0 < 7.0.0"
"version_requirement": ">= 6.5.0 < 8.0.0"
},
{
"name": "puppetlabs/concat",
"version_requirement": ">= 1.0.0 < 7.0.0"
"version_requirement": ">= 1.0.0 < 8.0.0"
}
],
"requirements": [
Expand Down

0 comments on commit 72b465f

Please sign in to comment.