]> git.openstreetmap.org Git - chef.git/commitdiff
Add missing user to crontab for tilelog
authorMatt Amos <zerebubuth@gmail.com>
Tue, 20 Jan 2015 20:17:44 +0000 (20:17 +0000)
committerMatt Amos <zerebubuth@gmail.com>
Tue, 20 Jan 2015 20:17:44 +0000 (20:17 +0000)
The system crontab requires a user, but this file had been written as a user crontab, so it wasn't working.

cookbooks/tilelog/templates/default/tilelog.cron.erb

index 773601911adc210c42c78ca9049161e6f4198feb..e2fa164404f3bc5d4d0daa43134c2788a7a9e49a 100644 (file)
@@ -1,2 +1,2 @@
 MAILTO=zerebubuth@gmail.com
-17 7 * * * /usr/local/bin/tilelog
+17 7 * * * www-data /usr/local/bin/tilelog