X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/7acc6268f62e1ee42f8c58509b84bab9c4b3c647..c3be356ba81afff0a666355e018531de69e0a5fb:/cookbooks/planet/recipes/current.rb?ds=inline diff --git a/cookbooks/planet/recipes/current.rb b/cookbooks/planet/recipes/current.rb index fefcaaad7..c7175e6e1 100644 --- a/cookbooks/planet/recipes/current.rb +++ b/cookbooks/planet/recipes/current.rb @@ -49,11 +49,11 @@ remote_file "/var/lib/planet/planet.osh.pbf" do owner "planet" group "planet" mode "644" - not_if { ENV["TEST_KITCHEN"] } + not_if { kitchen? } end cron_d "planet-update" do - minute "17" + minute "37" hour "1" user "root" command "/usr/local/bin/planet-update"