-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove CentOS 5 support #190
Labels
Milestone
Comments
legacy fedora releases should be removed too (Fedora 19-23) from metadata.json |
Fedora version strings probably shouldn't be in the metadata.json |
Fedora versions strings probably shouldn't be in the metadata.json
Why? What are yor arguments to remove it?
We do run tests against specific versions of fedora not against unspecified ones.
As a user i'd like to see specific distro versions.
What would happen to rspec puppet facts/facterdb tests which reads metadata json distro and version?
|
I think we should list what we are running beaker acceptance tests for. |
I think it makes sense to support at least:
|
I'm not sure if there are boxes available for testing against RHEL, but CentOS probably is close enough. |
EmRowlands
pushed a commit
to EmRowlands/puppet-selinux
that referenced
this issue
Mar 29, 2023
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
just tried to run the acceptance test for centos5.
CentOS 5 will be out of support on 2015-03 so I don't think its worth to invest time.
my proposed solution is to just remove Centos 5 support from metadata.json.
The text was updated successfully, but these errors were encountered: