Skip to content

Commit

Permalink
Raise minimum foreman and puppet versions
Browse files Browse the repository at this point in the history
Because of the minimum extlib version the older versions were
effectively uninstallable, even if they were API compatible. It's also
unlikely anyone tested those combinations.
  • Loading branch information
ekohl committed Feb 26, 2019
1 parent ffc374b commit f10af75
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 @@ -28,11 +28,11 @@
},
{
"name": "theforeman/foreman",
"version_requirement": ">= 8.0.0 < 12.0.0"
"version_requirement": ">= 10.0.0 < 12.0.0"
},
{
"name": "theforeman/puppet",
"version_requirement": ">= 4.2.0 < 12.0.0"
"version_requirement": ">= 10.0.0 < 12.0.0"
},
{
"name": "theforeman/tftp",
Expand Down

0 comments on commit f10af75

Please sign in to comment.