From: Tom Hughes Date: Sun, 27 Jun 2021 15:46:33 +0000 (+0100) Subject: Merge remote-tracking branch 'github/pull/428' X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/982da035c533eef26f7cef11626e540f38ab7391?hp=1905f4711db7d0496edf82f6fac7971a1dcbddf9 Merge remote-tracking branch 'github/pull/428' --- diff --git a/cookbooks/planet/recipes/current.rb b/cookbooks/planet/recipes/current.rb index fefcaaad7..9f951df53 100644 --- a/cookbooks/planet/recipes/current.rb +++ b/cookbooks/planet/recipes/current.rb @@ -53,7 +53,7 @@ remote_file "/var/lib/planet/planet.osh.pbf" do end cron_d "planet-update" do - minute "17" + minute "37" hour "1" user "root" command "/usr/local/bin/planet-update"