More instance variable cleanup

This commit is contained in:
Ossi Salmi 2013-05-24 10:29:11 +03:00
parent 49a8ae3004
commit 0e4f99b1bc
9 changed files with 18 additions and 18 deletions

View file

@ -283,7 +283,7 @@ class syslog::common::standalone inherits syslog::common {
default => "root",
},
}
$syslog_rotate_files = inline_template('<%= syslog_rotate.join(" ") -%>')
$syslog_rotate_files = inline_template('<%= @syslog_rotate.join(" ") -%>')
cron { "logarchiver.sh":
command => "/usr/local/sbin/logarchiver.sh ${syslog_rotate_files} >/dev/null",
user => "root",