We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db12e0e commit b085de6Copy full SHA for b085de6
2 files changed
REFERENCE.md
@@ -6200,7 +6200,6 @@ Default value: `$apache::params::modsec_audit_log_type`
6200
Data type: `Enum['Native', 'JSON']`
6201
6202
Defines what format the logs should be written in. Accepts `Native` and `JSON`.
6203
-Default value: Native
6204
6205
Default value: `$apache::params::modsec_audit_log_format`
6206
manifests/mod/security.pp
@@ -35,7 +35,6 @@
35
#
36
# @param audit_log_format
37
# Defines what format the logs should be written in. Accepts `Native` and `JSON`.
38
-# Default value: Native
39
40
# @param audit_log_storage_dir
41
# Defines the directory where concurrent audit log entries are to be stored. This directive is only needed when concurrent audit logging is used.
0 commit comments