Skip to content
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

Add EL 8/9 to supported OS #1543

Merged
merged 1 commit into from
Apr 3, 2023
Merged

Conversation

bastelfreak
Copy link
Member

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

@bastelfreak bastelfreak added the enhancement New feature or request label Apr 2, 2023
@bastelfreak bastelfreak self-assigned this Apr 2, 2023
@puppet-community-rangefinder
Copy link

nginx::package::redhat is a class

that may have no external impact to Forge modules.

nginx::params is a class

Breaking changes to this file WILL impact these 1 modules (exact match):
Breaking changes to this file MAY impact these 1 modules (near match):

This module is declared in 9 of 580 indexed public Puppetfiles.


These results were generated with Rangefinder, a tool that helps predict the downstream impact of breaking changes to elements used in Puppet modules. You can run this on the command line to get a full report.

Exact matches are those that we can positively identify via namespace and the declaring modules' metadata. Non-namespaced items, such as Puppet 3.x functions, will always be reported as near matches only.

@bastelfreak bastelfreak changed the title Add EL 9/Almalinux/Rocky to supported OS Add EL 8/9 to supported OS Apr 2, 2023
@@ -10,12 +10,10 @@
pkg_cmd = 'yum info nginx | grep "^From repo"'
pkg_remove_cmd = 'yum -y remove nginx nginx-filesystem passenger'
pkg_match = case fact('operatingsystemmajrelease')
when '8'
test_passenger = false
when '7' # https://blog.phusion.nl/2020/05/29/passenger-6-0-5/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hum, this release note says they added support for CentOS/RHEL 8. I guess we can have CI that test passenger on at least RHEL 8, but probably more changes are needed and that is another story for another PR..

@bastelfreak bastelfreak merged commit bfbedf6 into voxpupuli:master Apr 3, 2023
@bastelfreak bastelfreak deleted the rhel9 branch April 3, 2023 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants