]> git.openstreetmap.org Git - chef.git/blob - cookbooks/planet/attributes/default.rb
Merge branch 'master' of ssh://git.openstreetmap.org/var/lib/git/public/chef
[chef.git] / cookbooks / planet / attributes / default.rb
1 default[:planet][:dump][:xml_directory] = "/store/planet/planet"
2 default[:planet][:dump][:xml_history_directory] = "/store/planet/planet/full-history"
3 default[:planet][:dump][:pbf_directory] = "/store/planet/pbf"
4 default[:planet][:dump][:pbf_history_directory] = "/store/planet/pbf/full-history"
5
6 default[:planet][:current][:jobs] = {}