883998a8dfb0ce6265c3ac103a39302f6581de41
[mirror/dsa-puppet.git] / modules / munin / files / master-cleanup-cron
1 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
2 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
3
4 MAILTO=root
5
6 @daily munin    find /var/lib/munin  -maxdepth 1 -type f -name 'state-*' -mtime +90 -delete
7 @daily munin    find /var/lib/munin/debian.org -maxdepth 1 -type f -mtime +90 -delete
8 @daily www-data find /var/lib/munin/cgi-tmp -type f -mtime +10 -delete
9 @daily www-data find /var/lib/munin/cgi-tmp -mindepth 2 -type d -empty -delete