Skip to content

Commit

Permalink
Merge pull request #239 from vinzent/remove_redora_24_support_statement
Browse files Browse the repository at this point in the history
Remove Fedora 24 support statement
  • Loading branch information
vinzent authored Nov 17, 2017
2 parents a29886f + 63a2a60 commit 3c017fb
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 3c017fb

Please sign in to comment.