Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

improvement of using class "auditd::audisp::syslog" #39

Closed
jewelnuruddin opened this issue Mar 2, 2018 · 1 comment
Closed

improvement of using class "auditd::audisp::syslog" #39

jewelnuruddin opened this issue Mar 2, 2018 · 1 comment

Comments

@jewelnuruddin
Copy link

jewelnuruddin commented Mar 2, 2018

I uderstand that if someone want to enable syslog for auditd then calling class auditd::audisp::syslog will make
active = true as this is hard coded define in
https://github.com/kemra102/puppet-auditd/blob/master/manifests/audisp/plugin.pp#L2

Here my opinion or I feel comfortable to make this default value false and pass this variable throw

class auditd::audisp::syslog (
             $active    = true,
             $args      = 'LOG_INFO',
}

I mean control parameter values from top level

So why this is coming into my mind?
Because enabling auidt log into syslog might be causing the system overhead.
So make sure if someone really want to enable this.

@jewelnuruddin jewelnuruddin changed the title improvement of using class auditd::audisp::syslog improvement of using class "auditd::audisp::syslog" Mar 2, 2018
@kemra102
Copy link
Owner

kemra102 commented May 9, 2018

Closing this as it duplicates the related pull request #40

@kemra102 kemra102 closed this as completed May 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants