X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b731350aa2c7f06d66130568bef41d6fa91bbe2c..0f7c474e378e147b2c5534ea9184f9bc2a721783:/roles/saphira.rb diff --git a/roles/saphira.rb b/roles/saphira.rb index dc01144a4..8fc39ddba 100644 --- a/roles/saphira.rb +++ b/roles/saphira.rb @@ -23,7 +23,7 @@ default_attributes( } }, :squid => { - :cache_mem => "6100 MB", + :cache_mem => "5120 MB", :cache_dir => "coss /store/squid/coss-01 80000 block-size=8192 max-size=262144 membufs=80" }, :tilecache => { @@ -33,7 +33,6 @@ default_attributes( "katie.openstreetmap.org", "konqi.openstreetmap.org", "ridgeback.openstreetmap.org", - "fume.openstreetmap.org", "gorynych.openstreetmap.org" ] } @@ -41,5 +40,6 @@ default_attributes( run_list( "role[jump]", + "role[geodns]", "role[tilecache]" )