Skip to content

Puppet module to installs, configure, and run the auditd service

License

Notifications You must be signed in to change notification settings

evenup/evenup-auditd

Repository files navigation

What is it?

A Puppet module that ensures the linux audit packages are installed and configured. It has a basic set of rules provided, but can be overridden with rules you provide.

Released under the Apache 2.0 licence

Usage:

To install:

  class { 'auditd': }

To override a setting in the default config

  class { 'auditd':
    config_override => { 'num_logs' => 6 }
  }

Contribute:

  • Fork it
  • Create a topic branch
  • Improve/fix (with spec tests)
  • Push new topic branch
  • Submit a PR

About

Puppet module to installs, configure, and run the auditd service

Resources

License

Stars

Watchers

Forks

Packages

No packages published