puppet/munin/templates/munin-cgi.logrotate.erb
2013-01-14 14:40:01 +02:00

17 lines
316 B
Text

/var/log/munin/munin-cgi-graph.log {
daily
missingok
rotate 7
compress
notifempty
create 0640 <%= scope.lookupvar('apache::sslserver::user') %> munin
}
/var/log/munin/munin-cgi-html.log {
daily
missingok
rotate 7
compress
notifempty
create 0640 <%= scope.lookupvar('apache::sslserver::user') %> munin
}