Change default status to audit for file with custom create_config

This commit is contained in:
Charles Herlin
2019-02-14 14:33:21 +01:00
parent d6172ad89e
commit 5f2803693e
15 changed files with 15 additions and 15 deletions

View File

@ -41,7 +41,7 @@ apply () {
# This function will create the config file for this check with default values
create_config() {
cat <<EOF
status=disabled
status=audit
SYSLOG_BASEDIR='/etc/syslog-ng'
EOF
}