]> git.openstreetmap.org Git - chef.git/commitdiff
tilecache: remove peers from azure + stormfly-02
authorGrant Slater <git@firefishy.com>
Mon, 7 Oct 2019 18:29:05 +0000 (19:29 +0100)
committerGrant Slater <git@firefishy.com>
Mon, 7 Oct 2019 18:29:05 +0000 (19:29 +0100)
roles/azure.rb
roles/stormfly-02.rb

index 88f52b69af52c97b8e2a469572659fc045634b78..8fa40d747290f734a3182d3d7cabde3b2e1fd7c2 100644 (file)
@@ -32,11 +32,7 @@ default_attributes(
   },
   :tilecache => {
     :tile_parent => "usa.render.openstreetmap.org",
-    :tile_siblings => [
-      "stormfly-02.openstreetmap.org",
-      "ascalon.openstreetmap.org",
-      "jakelong.openstreetmap.org"
-    ]
+    :tile_siblings => []
   }
 )
 
index 330a82de5023d926aa0ded18060004b8bb7842d7..71e6b5d7cf079a45a0891cf1f150b31c9beed2ad 100644 (file)
@@ -24,12 +24,7 @@ default_attributes(
   },
   :tilecache => {
     :tile_parent => "usa.render.openstreetmap.org",
-    :tile_siblings => [
-      "azure.openstreetmap.org",
-      "ascalon.openstreetmap.org",
-      "jakelong.openstreetmap.org",
-      "lurien.openstreetmap.org"
-    ]
+    :tile_siblings => []
   }
 )