More instance variable cleanup
This commit is contained in:
parent
49a8ae3004
commit
0e4f99b1bc
9 changed files with 18 additions and 18 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue