We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21b6d82 + c439a23 commit b13f83bCopy full SHA for b13f83b
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