Skip to content

Commit

Permalink
Update module dependencies to allow EL8 supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wbclark authored and mmoll committed May 14, 2020
1 parent dc6569a commit dda99d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@
"dependencies": [
{
"name": "theforeman/dns",
"version_requirement": ">= 7.0.0 < 8.0.0"
"version_requirement": ">= 7.0.0 < 9.0.0"
},
{
"name": "theforeman/dhcp",
"version_requirement": ">= 1.3.0 < 7.0.0"
},
{
"name": "theforeman/foreman",
"version_requirement": ">= 10.0.0 < 16.0.0"
"version_requirement": ">= 10.0.0 < 17.0.0"
},
{
"name": "theforeman/puppet",
"version_requirement": ">= 10.0.0 < 14.0.0"
"version_requirement": ">= 10.0.0 < 15.0.0"
},
{
"name": "theforeman/tftp",
"version_requirement": ">= 1.3.0 < 6.0.0"
"version_requirement": ">= 1.3.0 < 7.0.0"
},
{
"name": "puppetlabs/stdlib",
Expand Down

0 comments on commit dda99d9

Please sign in to comment.