]> git.openstreetmap.org Git - chef.git/commitdiff
Use correct parent caches
authorTom Hughes <tom@compton.nu>
Thu, 13 Jun 2019 20:35:16 +0000 (21:35 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 13 Jun 2019 20:35:16 +0000 (21:35 +0100)
roles/azure.rb
roles/stormfly-02.rb

index 486d958fd5523d0be3b0f2afffd89fe4edbd8d48..4fe7ff7e08aaa68e60735e4612bcc27fefb36c76 100644 (file)
@@ -31,7 +31,7 @@ default_attributes(
     :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
   },
   :tilecache => {
-    :tile_parent => "pittsburgh.render.openstreetmap.org",
+    :tile_parent => "usa.render.openstreetmap.org",
     :tile_siblings => [
       "stormfly-02.openstreetmap.org",
       "ascalon.openstreetmap.org",
index d1d2ba760e4bfda59285f74d7371f1c35857f40c..330a82de5023d926aa0ded18060004b8bb7842d7 100644 (file)
@@ -23,7 +23,7 @@ default_attributes(
     :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
   },
   :tilecache => {
-    :tile_parent => "corvallis.render.openstreetmap.org",
+    :tile_parent => "usa.render.openstreetmap.org",
     :tile_siblings => [
       "azure.openstreetmap.org",
       "ascalon.openstreetmap.org",