]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/recipes/current.rb
Switch planet used for taginfo to history planet
[chef.git] / cookbooks / planet / recipes / current.rb
index c7a4a8f50d1cb807191d03b47cd9829252c84646..fefcaaad7d48433d310175ba1ab7464d1f8a5726 100644 (file)
@@ -43,9 +43,9 @@ 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"