Fixed permissions in munin-cgi.logrotate.erb

This commit is contained in:
Ossi Salmi 2013-01-14 14:40:01 +02:00
parent e313976405
commit 2fb5e23673

View file

@ -4,7 +4,7 @@
rotate 7
compress
notifempty
create 0664 munin <%= scope.lookupvar('apache::sslserver::group') %>
create 0640 <%= scope.lookupvar('apache::sslserver::user') %> munin
}
/var/log/munin/munin-cgi-html.log {
@ -13,5 +13,5 @@
rotate 7
compress
notifempty
create 0664 munin <%= scope.lookupvar('apache::sslserver::group') %>
create 0640 <%= scope.lookupvar('apache::sslserver::user') %> munin
}