Skip to content

Commit

Permalink
Remove support for EL5 and Fedora < 24
Browse files Browse the repository at this point in the history
We only can run acceptance tests against supported upstream distros.

Right now our acceptance tests run on:

* CentOS 6, 7 (compatible with RHEL 6, 7)
* Fedora 24, 25

The module stated support for CentOS 5 but actually it didn't work.

Closes voxpupuli#190
  • Loading branch information
vinzent committed Jan 31, 2017
1 parent 2add421 commit 6772bbf
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,20 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"19",
"20",
"21",
"22",
"23",
"24"
"24",
"25"
]
},
{
"operatingsystem": "Amazon",
"operatingsystemrelease": [
"5.0",
"6.0",
"7.0"
]
Expand Down

0 comments on commit 6772bbf

Please sign in to comment.