From 36c79fcaf3d99fde55acb4aa8562cdf72d01b5f8 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sun, 6 Aug 2017 16:04:43 +0100 Subject: [PATCH] adjusting multiline break --- manifests/params.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/params.pp b/manifests/params.pp index cc6e207..104f722 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -80,7 +80,7 @@ # handled by the jail This is used to decode the lines from the log file. # Typical examples: "ascii", "utf-8" # auto: will use the system locale setting -# @param [string] fn_enabled enables the jails. +# @param [boolean] fn_enabled enables the jails. # By default all jails are disabled, and it should stay this way. # Enable only relevant to your setup jails in your .local or jail.d/*.conf # true: jail will be enabled and log files will get monitored for changes @@ -144,7 +144,7 @@ $fn_maxretry = '5', $fn_backend = 'auto', $fn_usedns = 'warn', $fn_logencoding = 'auto', -$fn_enabled = 'false', +$fn_enabled = false, $fn_filter = '%(__name__)s', $fn_destemail = 'root@localhost', $fn_sender = 'root@localhost',