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 support for Puppet 7, EL8 & Debian 11; drop Debian 9 #184

Merged
merged 3 commits into from
Jul 7, 2022

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Jul 7, 2022

No description provided.

@ekohl ekohl force-pushed the expand-support branch from 12d7c4d to 284408c Compare July 7, 2022 11:42
@@ -191,7 +191,8 @@ class { 'java': }
end
end

context 'when installing passenger 6.0.x' do
# TODO: fails to build on CentOS 8
context 'when installing passenger 6.0.x', unless: fact('os.name') == 'CentOS' && fact('os.release.major') == '8' do
Copy link
Member Author

Choose a reason for hiding this comment

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

I don't have time to look into why this fails, I want to get a release out.

@ekohl ekohl mentioned this pull request Jul 7, 2022
@ekohl ekohl merged commit 290f84e into voxpupuli:master Jul 7, 2022
@ekohl ekohl deleted the expand-support branch July 7, 2022 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants