X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fmunin%2Ffiles%2Fmaster-cleanup-cron;h=3138588ab8cd84ee81c67eaa52706e5020d05628;hb=a5dad1d1925409a441d2d8635b4d533e149be0b4;hp=a55cc262213166e96371fb652d1543090c7ded43;hpb=a03ae6b216dc18483650e64d452ad2c1d8038f0b;p=mirror%2Fdsa-puppet.git diff --git a/modules/munin/files/master-cleanup-cron b/modules/munin/files/master-cleanup-cron index a55cc2622..3138588ab 100644 --- a/modules/munin/files/master-cleanup-cron +++ b/modules/munin/files/master-cleanup-cron @@ -1,8 +1,6 @@ ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE. ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git -MAILTO=root - @daily munin find /var/lib/munin -maxdepth 1 -type f -name 'state-*' -mtime +90 -delete @daily munin find /var/lib/munin/debian.org -maxdepth 1 -type f -mtime +90 -delete @daily www-data find /var/lib/munin/cgi-tmp -type f -mtime +10 -delete ; find /var/lib/munin/cgi-tmp -mindepth 2 -type d -empty -delete