Small feature release.
- Merge Pull #21: Added support for
write_logs
option forauditd
versions>= 2.5.2
.
Various bug fixes.
- Fix Issues #12: Changed to using integers instead of strings to define order of rules.
- Merge Pull #17: Fix default params for SLES 12.
- Merge Pull #19: Makes
tcp_max_per_addr
optional to support EL5.
Various bug fixes.
- Switched from
validate_integer
tovalidate_numeric
for$order
to support more formats for ordering numbers. - Fixes
undef
/nil
checks in ERB templates. - Fixed check for Amazon Linux.
- Multiple fixes to tests.
Major release to support Audisp and add significantly more testing.
- Added Vagrant smoke tests for multiple distros.
- Now supporting Puppet 4.x.
- Support for Audisp.
- Updated the manage_service variable and associated documentation.
- Added metadata-json-lint gem to Gemfile.
- Updated metadata requirements now issues in puppetlabs/concat with EL7 are fixed.
Various dependency updates, features & support for SLES.
- SLES support added.
- Allow more fine grained control of service.
- Moved delete and buffer_size rules into every file via concat fragment.
- Added ability to add rules from main class rather than needing to call defined type.
- Added examples.
- Changed concat requirement to allow EL7 systems to work.
- Forced stdlib dependency version due to validate functions required.
Minor bugfix release related to concat code.
- Not supporting EL7 releases until upstream bug in concat is fixed (https://tickets.puppetlabs.com/browse/MODULES-2074).
Minor bugfix release related to concat code & incorrect validate function.
- Fixed dependency issue that caused concated files to be blank in some cases.
- Typo fixed in validate function of the krb5_key_file variable.
First stable release, brings together core functionality and completed OS support.
- Moved to using defined type exclusively for audit rules.
- Fix rules path for EL7 systems (uses rules.d instead of audit.rules directly).
Minor point release with a small feature update to ease use.
- Added defined type to allow rule additions from other modules.
This is the initial release.