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

On SUSE environments 'auditd' is part of package 'audit' #69

Merged
merged 1 commit into from Jun 26, 2017

Conversation

mcgege
Copy link
Member

@mcgege mcgege commented Jun 26, 2017

No description provided.

Copy link
Member

@chris-rock chris-rock left a comment

Choose a reason for hiding this comment

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

@mcgege Thank you for that improvement. I left a mini change request

@@ -80,7 +80,7 @@
impact 1.0
title 'Install auditd'
desc 'auditd provides extended logging capacities on recent distribution'
audit_pkg = os.redhat? ? 'audit' : 'auditd'
audit_pkg = (os.redhat? or os.suse?) ? 'audit' : 'auditd'
Copy link
Member

Choose a reason for hiding this comment

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

Let's use

(os.redhat? || os.suse?)

Copy link
Member

@artem-sidorenko artem-sidorenko left a comment

Choose a reason for hiding this comment

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

@mcgege thanks for this PR, looks good to me

Can you please make the rubocop happy?

@mcgege
Copy link
Member Author

mcgege commented Jun 26, 2017

Uhh, tried to make rubocop happy, but it is very picky ... any ideas?

@chris-rock
Copy link
Member

@mcgege You can run rake lint locally. Or just click on the travis link: https://travis-ci.org/dev-sec/linux-baseline/builds/247031354

@mcgege
Copy link
Member Author

mcgege commented Jun 26, 2017

Google is your friend on error messages ...

@artem-sidorenko
Copy link
Member

@mcgege thank you!

@artem-sidorenko artem-sidorenko merged commit b13f83b into dev-sec:master Jun 26, 2017
@mcgege mcgege deleted the package-08-suse branch July 3, 2017 13:01
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.

None yet

3 participants