]> git.openstreetmap.org Git - chef.git/blobdiff - roles/angor.rb
Enable netplan for NZ tile caches
[chef.git] / roles / angor.rb
index 143228f9ae6d3162d32e01428703f67cc78d16c3..65dfc1ed1f6e4151a2e987bb449e35c70d7e9963 100644 (file)
@@ -27,9 +27,8 @@ default_attributes(
     :cache_dir => "coss /store/squid/coss-01 80000 block-size=8192 max-size=262144 membufs=80"
   },
   :tilecache => {
-    :tile_parent => "london.render.openstreetmap.org",
+    :tile_parent => "capetown.render.openstreetmap.org",
     :tile_siblings => [
-      "trogdor.openstreetmap.org",
       "katie.openstreetmap.org",
       "konqi.openstreetmap.org",
       "ridgeback.openstreetmap.org",
@@ -40,5 +39,6 @@ default_attributes(
 
 run_list(
   "role[inxza]",
-  "role[tilecache]"
+  "role[tilecache]",
+  "role[ftp]"
 )