Skip to content

Commit

Permalink
Merge pull request voxpupuli#925 from wyardley/deprecate_old_versions
Browse files Browse the repository at this point in the history
Deprecate (RHEL 5, Debian 5-6, Ubuntu 10.04) in module metadata
  • Loading branch information
bastelfreak authored Oct 12, 2016
2 parents 6a1dd5e + b02523a commit 5a722b5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"5",
"6",
"7"
"7",
"8"
]
},
{
Expand All @@ -46,7 +45,6 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7"
]
Expand All @@ -73,8 +71,7 @@
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"12.04",
"10.04"
"12.04"
]
}
]
Expand Down

0 comments on commit 5a722b5

Please sign in to comment.