Skip to content

Commit a87f1cc

Browse files
committed
Update REFERENCE.md, bump version, and add CHANGELOG entry
1 parent fc7a373 commit a87f1cc

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Wed Nov 22 2023 ben <benrobertson9876@gmail.com> - 8.14.0
2+
- (SIMP-10744) Add purge behaviour for auditd rules
3+
14
* Tue Oct 24 2023 Joshua Hoblitt <josh@hoblitt.com> - 8.13.0
25
- Add EL9 support
36

REFERENCE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ The following parameters are available in the `auditd` class:
116116
* [`uid_min`](#-auditd--uid_min)
117117
* [`verify_email`](#-auditd--verify_email)
118118
* [`write_logs`](#-auditd--write_logs)
119+
* [`purge_auditd_rules`](#-auditd--purge_auditd_rules)
119120

120121
##### <a name="-auditd--enable"></a>`enable`
121122

@@ -593,6 +594,14 @@ Whether or not to write logs to disk.
593594

594595
Default value: `$log_format ? { /^(?i:nolog)$/ => false, default => true`
595596

597+
##### <a name="-auditd--purge_auditd_rules"></a>`purge_auditd_rules`
598+
599+
Data type: `Boolean`
600+
601+
Whether or not to purge existing auditd rules under /etc/audit/rules.d
602+
603+
Default value: `true`
604+
596605
### <a name="auditd--config"></a>`auditd::config`
597606

598607
NOTE: THIS IS A [PRIVATE](https://github.com/puppetlabs/puppetlabs-stdlib#assert_private) CLASS**

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simp-auditd",
3-
"version": "8.13.0",
3+
"version": "8.14.0",
44
"author": "SIMP Team",
55
"summary": "A SIMP puppet module for managing auditd and audispd",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)