]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/munin/files/logrotate
Apply Aurelien's nfs patch to the dsa-check-libs copy in puppet also
[dsa-puppet.git] / modules / munin / files / logrotate
1 /var/log/munin/munin-node.log {
2         daily
3         missingok
4         rotate 7
5         compress
6         copytruncate
7         notifempty
8         create 640 root root
9         delaycompress
10 }