]> git.openstreetmap.org Git - chef.git/blobdiff - roles/jakelong.rb
Move tile cache sibling configuration to roles
[chef.git] / roles / jakelong.rb
index b164b6c893ab461d427b4fe39ff8bd3a5bd32a08..44878a01e452cb04f24bf496676baf841680ad8e 100644 (file)
@@ -27,7 +27,11 @@ default_attributes(
     :cache_dir => "coss /store/squid/coss-01 15000 block-size=8192 max-size=262144 membufs=30"
   },
   :tilecache => {
-    :tile_parent => "sanfrancisco.render.openstreetmap.org"
+    :tile_parent => "sanfrancisco.render.openstreetmap.org",
+    :tile_siblings => [
+      "nadder-01.openstreetmap.org",
+      "nadder-02.openstreetmap.org"
+    ]
   }
 )