From: Matt Amos Date: Tue, 20 Jan 2015 20:17:44 +0000 (+0000) Subject: Add missing user to crontab for tilelog X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/f5742c77d04372e7196bee35640914cd237d3906 Add missing user to crontab for tilelog The system crontab requires a user, but this file had been written as a user crontab, so it wasn't working. --- diff --git a/cookbooks/tilelog/templates/default/tilelog.cron.erb b/cookbooks/tilelog/templates/default/tilelog.cron.erb index 773601911..e2fa16440 100644 --- a/cookbooks/tilelog/templates/default/tilelog.cron.erb +++ b/cookbooks/tilelog/templates/default/tilelog.cron.erb @@ -1,2 +1,2 @@ MAILTO=zerebubuth@gmail.com -17 7 * * * /usr/local/bin/tilelog +17 7 * * * www-data /usr/local/bin/tilelog