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

change way of restarting auditd #261

Closed
wants to merge 1 commit into from

Conversation

john-bakker
Copy link

Overall Review of Changes:
Auditd restart is using builtin.shell : service restart auditd , in alma linux 9.5 , service is no longer used so it is better to use builtin.systemd with state restarted, as is being used for other components

Issue Fixes:
Fixes issues of running the role on Alma Linux 9.5 instances where the service command is not found

How has this been tested?:
N/A

Auditd restart is using builtin.shell : service restart auditd , in alma linux 9.5 , service is no longer used so it is better to use builtin.systemd with state restarted, as is being used for other components

Signed-off-by: john-bakker <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant