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 OracleLinux/AlmaLinux/Rocky 9 #900

Merged
merged 1 commit into from
Nov 15, 2023
Merged

Add support for OracleLinux/AlmaLinux/Rocky 9 #900

merged 1 commit into from
Nov 15, 2023

Conversation

evgeni
Copy link
Member

@evgeni evgeni commented Nov 15, 2023

No description provided.

Copy link
Member

@ekohl ekohl left a comment

Choose a reason for hiding this comment

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

Any particular reason you're only adding version 9?

@ekohl
Copy link
Member

ekohl commented Nov 15, 2023

And now I see #894 (comment) ...

@@ -94,7 +94,7 @@

it { is_expected.to contain_class('puppet::agent::service::systemd').with_enabled(false) }
case os
when /\A(debian|redhat|centos|scientific|fedora|ubuntu|sles|archlinux)-/
when /\A(debian|redhat|centos|scientific|fedora|ubuntu|sles|archlinux|oraclelinux|almalinux|rocky)-/
Copy link
Member Author

Choose a reason for hiding this comment

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

you can argue this should rather match on family, not the os itself, but I am lazy

@evgeni evgeni merged commit b234dda into master Nov 15, 2023
25 checks passed
@evgeni evgeni deleted the oralmy9 branch November 15, 2023 11:25
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