We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa5adfa + 6908002 commit bb46422Copy full SHA for bb46422
controls/package_spec.rb
@@ -92,7 +92,7 @@
92
title 'Install auditd'
93
desc 'auditd provides extended logging capabilities on recent distributions'
94
only_if { !container_execution }
95
- audit_pkg = os.redhat? || os.suse? || os.name == 'amazon' || os.name == 'fedora' ? 'audit' : 'auditd'
+ audit_pkg = os.redhat? || os.suse? || os.name == 'amazon' || os.name == 'fedora' || os.name == 'arch' ? 'audit' : 'auditd'
96
describe package(audit_pkg) do
97
it { should be_installed }
98
end
0 commit comments