From: Grant Slater Date: Mon, 7 Oct 2019 18:29:05 +0000 (+0100) Subject: tilecache: remove peers from azure + stormfly-02 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/6b191f27ba13c5627fca7e56cf1c7e99a2c70572?ds=sidebyside tilecache: remove peers from azure + stormfly-02 --- diff --git a/roles/azure.rb b/roles/azure.rb index 88f52b69a..8fa40d747 100644 --- a/roles/azure.rb +++ b/roles/azure.rb @@ -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 => [] } ) diff --git a/roles/stormfly-02.rb b/roles/stormfly-02.rb index 330a82de5..71e6b5d7c 100644 --- a/roles/stormfly-02.rb +++ b/roles/stormfly-02.rb @@ -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 => [] } )