From: Tom Hughes Date: Thu, 20 Jun 2013 09:27:33 +0000 (+0100) Subject: Remove tile role from idris X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/4633f48199d02e6d73b2425c015af5aea210a3bc?ds=inline Remove tile role from idris --- diff --git a/roles/idris.rb b/roles/idris.rb index f25b3246a..a56583d53 100644 --- a/roles/idris.rb +++ b/roles/idris.rb @@ -17,29 +17,9 @@ default_attributes( :address => "128.40.168.98" } } - }, - :postgresql => { - :versions => [ "9.1" ], - :settings => { - :defaults => { - :shared_buffers => "1GB", - :maintenance_work_mem => "256MB", - :effective_cache_size => "2GB" - } - } - }, - :sysctl => { - :postgres => { - :comment => "Increase shared memory for postgres", - :parameters => { - "kernel.shmmax" => 4 * 1024 * 1024 * 1024, - "kernel.shmall" => 4 * 1024 * 1024 * 1024 / 4096 - } - } } ) run_list( - "role[ucl-internal]", - "role[tile]" + "role[ucl-internal]" )