]> git.openstreetmap.org Git - chef.git/blobdiff - roles/stormfly-01.rb
Configure modtile and renderd collectors
[chef.git] / roles / stormfly-01.rb
index 8d1830e2ed1137c14189f12bb936ad6451d0815a..bbd90d35e42947d1498782ee571ffc0f4a5eca45 100644 (file)
@@ -39,16 +39,12 @@ default_attributes(
     }
   },
   :tilecache => {
-    :tile_parent => "corvallis.render.openstreetmap.org",
-    :tile_siblings => [
-      "stormfly-02.openstreetmap.org"
-    ]
+    :tile_parent => "corvallis.render.openstreetmap.org"
   }
 )
 
 run_list(
   "role[osuosl]",
   "role[hp-dl360-g6]",
-  "role[geodns]",
   "role[tilecache]"
 )