Fixed permissions in munin-cgi.logrotate.erb
This commit is contained in:
parent
e313976405
commit
2fb5e23673
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue