X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/aeaa46f3071de018b5c5e0f5678cb5b4082e3ddc..ded0d87e8b86d3df3c261eb862567dd5edce8b59:/cookbooks/planet/recipes/current.rb?ds=sidebyside diff --git a/cookbooks/planet/recipes/current.rb b/cookbooks/planet/recipes/current.rb index c7a4a8f50..c7175e6e1 100644 --- a/cookbooks/planet/recipes/current.rb +++ b/cookbooks/planet/recipes/current.rb @@ -43,17 +43,17 @@ directory "/var/lib/planet" do mode "755" end -remote_file "/var/lib/planet/planet.pbf" do +remote_file "/var/lib/planet/planet.osh.pbf" do action :create_if_missing - source "https://planet.openstreetmap.org/pbf/planet-latest.osm.pbf" + source "https://planet.openstreetmap.org/pbf/full-history/history-latest.osm.pbf" 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"