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