Skip to content

Commit

Permalink
Update REFERENCE.md, bump version, and add CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
silug committed Nov 25, 2023
1 parent fc7a373 commit a87f1cc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Wed Nov 22 2023 ben <[email protected]> - 8.14.0
- (SIMP-10744) Add purge behaviour for auditd rules

* Tue Oct 24 2023 Joshua Hoblitt <[email protected]> - 8.13.0
- Add EL9 support

Expand Down
9 changes: 9 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ The following parameters are available in the `auditd` class:
* [`uid_min`](#-auditd--uid_min)
* [`verify_email`](#-auditd--verify_email)
* [`write_logs`](#-auditd--write_logs)
* [`purge_auditd_rules`](#-auditd--purge_auditd_rules)

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

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

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

##### <a name="-auditd--purge_auditd_rules"></a>`purge_auditd_rules`

Data type: `Boolean`

Whether or not to purge existing auditd rules under /etc/audit/rules.d

Default value: `true`

### <a name="auditd--config"></a>`auditd::config`

NOTE: THIS IS A [PRIVATE](https://github.com/puppetlabs/puppetlabs-stdlib#assert_private) CLASS**
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-auditd",
"version": "8.13.0",
"version": "8.14.0",
"author": "SIMP Team",
"summary": "A SIMP puppet module for managing auditd and audispd",
"license": "Apache-2.0",
Expand Down

0 comments on commit a87f1cc

Please sign in to comment.