]> git.openstreetmap.org Git - chef.git/commitdiff
Fix parent for New Zealand caches
authorTom Hughes <tom@compton.nu>
Wed, 24 Jun 2020 21:44:13 +0000 (22:44 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 24 Jun 2020 21:44:39 +0000 (22:44 +0100)
roles/tuatara.rb
roles/waima.rb

index 6e908fec72ff3a98d3c789ebdd41ec50b0935bc0..74186a89319106f96512f312c0087156fced9374 100644 (file)
@@ -36,7 +36,7 @@ default_attributes(
     ]
   },
   :tilecache => {
-    :tile_parent => "wellington.render.openstreetmap.org"
+    :tile_parent => "newzealand.render.openstreetmap.org"
   }
 )
 
index e614caa111dbfae706714c1dbad46a5436972087..68f1682de81113692d0372e27369b0a16cebabe3 100644 (file)
@@ -29,7 +29,7 @@ default_attributes(
     ]
   },
   :tilecache => {
-    :tile_parent => "hamilton.render.openstreetmap.org"
+    :tile_parent => "newzealand.render.openstreetmap.org"
   }
 )