X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3084c63861bb50e8e406fcbe6c3c7c9769020f6e..063bfb7e0473de34b947b867d4d0c490540b4fc9:/cookbooks/planet/attributes/default.rb diff --git a/cookbooks/planet/attributes/default.rb b/cookbooks/planet/attributes/default.rb new file mode 100644 index 000000000..649d9b399 --- /dev/null +++ b/cookbooks/planet/attributes/default.rb @@ -0,0 +1,4 @@ +default[:planet][:dump][:xml_directory] = "/store/planet/planet" +default[:planet][:dump][:xml_history_directory] = "/store/planet/planet/full-history" +default[:planet][:dump][:pbf_directory] = "/store/planet/pbf" +default[:planet][:dump][:pbf_history_directory] = "/store/planet/pbf/full-history"