Skip to content

Commit

Permalink
Merge pull request #231 from bastelfreak/puppet
Browse files Browse the repository at this point in the history
drop EOL OSs; fix puppet version range
  • Loading branch information
llowder authored May 22, 2018
2 parents 470af8c + 7363ea9 commit 13d988b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,12 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"7",
"8"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"12.04",
"14.04",
"16.04"
]
Expand All @@ -69,7 +67,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">=4.10.0 <6.0.0"
"version_requirement": ">= 4.10.0 < 6.0.0"
}
]
}

0 comments on commit 13d988b

Please sign in to comment.