]> git.openstreetmap.org Git - chef.git/blobdiff - roles/chrysophylax.rb
Update network interface name for longma
[chef.git] / roles / chrysophylax.rb
index 45482639b8c6e18ea53a4558d1463418b0666385..a96ab9e205f2c14def7c2af11230d200b2223662 100644 (file)
@@ -27,7 +27,7 @@ default_attributes(
     :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
   },
   :tilecache => {
-    :tile_parent => "france.render.openstreetmap.org",
+    :tile_parent => "zurich.render.openstreetmap.org",
     :tile_siblings => [
       "noomoahk.openstreetmap.org",
       "nepomuk.openstreetmap.org",
@@ -39,5 +39,6 @@ default_attributes(
 
 run_list(
   "role[iway]",
+  "role[geodns]",
   "role[tilecache]"
 )