Skip to content

Commit

Permalink
Remove Fedora 24 support statement
Browse files Browse the repository at this point in the history
Fedora 24 is not supported anymore upstream since 2017-08-08 [1]

Remove Fedora 24 bits from metadata and README.md.

[1] https://fedoraproject.org/wiki/End_of_life
  • Loading branch information
vinzent committed Nov 17, 2017
1 parent bbc5db0 commit 7ed0ef5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ selinux::boolean { 'puppetagent_manage_all_files': }
```
BEAKER_debug=yes BEAKER_set="centos-6-x64" PUPPET_INSTALL_TYPE="agent" bundle exec rake beaker &&
BEAKER_debug=yes BEAKER_set="centos-7-x64" PUPPET_INSTALL_TYPE="agent" bundle exec rake beaker &&
BEAKER_debug=yes BEAKER_set="fedora-24-x64" PUPPET_INSTALL_TYPE="agent" bundle exec rake beaker &&
BEAKER_debug=yes BEAKER_set="fedora-25-x64" PUPPET_INSTALL_TYPE="agent" bundle exec rake beaker
```

Expand Down
1 change: 0 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"24",
"25"
]
}
Expand Down
15 changes: 0 additions & 15 deletions spec/acceptance/nodesets/fedora-24-x64.yml

This file was deleted.

0 comments on commit 7ed0ef5

Please sign in to comment.