X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/979e98164cc9a6d7216197f01febc918c9a152b9..c714aba0de40828044677c7b38890e3f7ba91436:/roles/saphira.rb diff --git a/roles/saphira.rb b/roles/saphira.rb index fb67c55de..dcb011087 100644 --- a/roles/saphira.rb +++ b/roles/saphira.rb @@ -30,9 +30,9 @@ default_attributes( :tile_parent => "london.render.openstreetmap.org", :tile_siblings => [ "trogdor.openstreetmap.org", - "tabaluga.openstreetmap.org", + "katie.openstreetmap.org", + "konqi.openstreetmap.org", "ridgeback.openstreetmap.org", - "fume.openstreetmap.org", "gorynych.openstreetmap.org" ] } @@ -40,5 +40,6 @@ default_attributes( run_list( "role[jump]", + "role[geodns]", "role[tilecache]" )