Skip to content

Commit

Permalink
drop EOL OSs; fix puppet version range
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed May 21, 2018
1 parent 470af8c commit 7363ea9
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 7363ea9

Please sign in to comment.