Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 551 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 551 Bytes

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