From 6b191f27ba13c5627fca7e56cf1c7e99a2c70572 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 7 Oct 2019 19:29:05 +0100 Subject: [PATCH] tilecache: remove peers from azure + stormfly-02 --- roles/azure.rb | 6 +----- roles/stormfly-02.rb | 7 +------ 2 files changed, 2 insertions(+), 11 deletions(-) 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 => [] } ) -- 2.43.2