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

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

Closed
@jewelnuruddin

Description

@jewelnuruddin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions