X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/979e98164cc9a6d7216197f01febc918c9a152b9..650d2449041e1e3a14845bf2c33e71172bae5d0f:/roles/saphira.rb diff --git a/roles/saphira.rb b/roles/saphira.rb index fb67c55de..5b83ea7d8 100644 --- a/roles/saphira.rb +++ b/roles/saphira.rb @@ -30,7 +30,8 @@ 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 +41,6 @@ default_attributes( run_list( "role[jump]", + "role[geodns]", "role[tilecache]" )