X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/60fb340c348c186bb9977877e8c2993623baa36a..d7239900c012c14afb3af416740b161bbdd268af:/roles/kalessin.rb diff --git a/roles/kalessin.rb b/roles/kalessin.rb index b1e728219..9176d2a2f 100644 --- a/roles/kalessin.rb +++ b/roles/kalessin.rb @@ -3,7 +3,7 @@ description "Master role applied to kalessin" default_attributes( :hardware => { - :shm_size => "18g" + :shm_size => "20g" }, :networking => { :interfaces => { @@ -43,12 +43,7 @@ default_attributes( } }, :tilecache => { - :tile_parent => "germany.render.openstreetmap.org", - :tile_siblings => [ - "katie.openstreetmap.org", - "konqi.openstreetmap.org", - "keizer.openstreetmap.org" - ] + :tile_parent => "germany.render.openstreetmap.org" } )