https://bugzilla.wikimedia.org/show_bug.cgi?id=73166
--- Comment #5 from C. Scott Ananian <[email protected]> --- cscott@ocg1001:/etc$ sudo -u ocg -g ocg crontab -l # HEADER: This file was autogenerated at 2014-07-28 18:00:32 +0000 by puppet. # HEADER: While it can still be managed manually, it is definitely not recommended. # HEADER: Note particularly that the comments starting with 'Puppet Name' should # HEADER: not be deleted, as doing so could cause duplicate cron jobs. # Puppet Name: Clean up OCG postmortem directory 0 0 * * * find /srv/deployment/ocg/postmortem* -mtime +3 -exec rm {} \; # Puppet Name: Clean up OCG output directory 0 0 * * * find /srv/deployment/ocg/output* -mtime +5 -exec rm {} \; I haven't cleaned it up yet, but I did find it! -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
