kemra102 / puppet-auditd

Manage the audit daemon and it's rules.
BSD 2-Clause "Simplified" License
14 stars 54 forks source link

add support for write_logs option #21

Closed jrwesolo closed 7 years ago

jrwesolo commented 7 years ago

This option is available in audit >= 2.5.2. log_format = NOLOG has been deprecated. Instead, using write_logs = no is preferred. By having the option default to undef, we can maintain backwards-compatibility for everyone.

Details can be seen here: https://people.redhat.com/sgrubb/audit/ChangeLog

kemra102 commented 7 years ago

@jrwesolo Thanks for the submission, great work.