Skip to content

Commit b13f83b

Browse files
Merge pull request #69 from mcgege/package-08-suse
On SUSE environments 'auditd' is part of package 'audit'
2 parents 21b6d82 + c439a23 commit b13f83b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controls/package_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
impact 1.0
8181
title 'Install auditd'
8282
desc 'auditd provides extended logging capacities on recent distribution'
83-
audit_pkg = os.redhat? ? 'audit' : 'auditd'
83+
audit_pkg = os.redhat? || os.suse? ? 'audit' : 'auditd'
8484
describe package(audit_pkg) do
8585
it { should be_installed }
8686
end

0 commit comments

Comments
 (0)