From: Tom Hughes Date: Sun, 16 Sep 2018 07:19:45 +0000 (+0100) Subject: Run planet update as root X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/fe77f609537d94774d0552a5e277f125c784022f?hp=99568cbdfec8d43d01b00c008b95cf3012652362 Run planet update as root --- diff --git a/cookbooks/planet/templates/default/planet-update.cron.erb b/cookbooks/planet/templates/default/planet-update.cron.erb index a12c53ec5..5a9f6f768 100644 --- a/cookbooks/planet/templates/default/planet-update.cron.erb +++ b/cookbooks/planet/templates/default/planet-update.cron.erb @@ -1,3 +1,3 @@ # DO NOT EDIT - This file is being maintained by Chef -17 1 * * * planet /usr/local/bin/planet-update +17 1 * * * root /usr/local/bin/planet-update