Updated all templates to use instance variables
This commit is contained in:
parent
a0c854d3c0
commit
dc51af1ca2
113 changed files with 527 additions and 522 deletions
|
@ -1,5 +1,5 @@
|
|||
/var/log/all.log {
|
||||
create 0640 root <%= group %>
|
||||
create 0640 root <%= @group %>
|
||||
postrotate
|
||||
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
|
||||
/bin/kill -HUP `cat /var/run/rsyslogd.pid 2> /dev/null` 2> /dev/null || true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue