chef-cookbooks / auditd

Install and configure user mode auditd tools
Apache License 2.0
34 stars 39 forks source link

add support to forward auditd to syslog #49

Open ressl opened 5 years ago

ressl commented 5 years ago

Add support to forward auditd log messages to syslog and fix some cookstyle offenses.

It can be set up with a attribute default['auditd']['syslog'].

josephholsten commented 5 years ago

@safematix it looks like there have been changes in master that conflicts with your work. Can you rebase onto master? Hopefully the build system won't jam on your next build.

ressl commented 5 years ago

@safematix it looks like there have been changes in master that conflicts with your work. Can you rebase onto master? Hopefully the build system won't jam on your next build.

Made the changes. :-) Unfortunately kitchen is missing the license now, so Travis is failing.