]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/attributes/default.rb
Extracted all references to planet dump output locations to attributes
[chef.git] / cookbooks / planet / attributes / default.rb
diff --git a/cookbooks/planet/attributes/default.rb b/cookbooks/planet/attributes/default.rb
new file mode 100644 (file)
index 0000000..649d9b3
--- /dev/null
@@ -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"