We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b6d82 commit c439a23Copy full SHA for c439a23
1 file changed
controls/package_spec.rb
@@ -80,7 +80,7 @@
80
impact 1.0
81
title 'Install auditd'
82
desc 'auditd provides extended logging capacities on recent distribution'
83
- audit_pkg = os.redhat? ? 'audit' : 'auditd'
+ audit_pkg = os.redhat? || os.suse? ? 'audit' : 'auditd'
84
describe package(audit_pkg) do
85
it { should be_installed }
86
end
0 commit comments