diff --git a/manifests/rsyslog.pp b/manifests/rsyslog.pp index 782c31e9..7d88588a 100644 --- a/manifests/rsyslog.pp +++ b/manifests/rsyslog.pp @@ -1,10 +1,10 @@ # Parameters for rsyslog class profile::rsyslog { file_line {'rsyslog maxsize': path => '/etc/logrotate.d/rsyslog', - line => 'maxsize 100M', + line => ' maxsize 100M', after => 'weekly', } }