]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/munin/files/logrotate
sudo: replace debbits by publicity
[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 }