X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/5c840f6c0271e5299315d445c92aa5eaeda11bc9..35cf5ef86f73bfb27ca4a82cfd2e7b1975b62f3f:/roles/dribble.rb diff --git a/roles/dribble.rb b/roles/dribble.rb index ce6da2fac..69e6603d3 100644 --- a/roles/dribble.rb +++ b/roles/dribble.rb @@ -29,14 +29,22 @@ default_attributes( } } }, - :accounts => { - :users => { - :stereo => { :status => :administrator } + :postgresql => { + :settings => { + :defaults => { + :effective_cache_size => "350GB" + } + } + }, + :vectortile => { + :replication => { + :status => :disabled, + :tileupdate => :disabled } } ) run_list( "role[equinix-ams]", - "role[taginfo]" + "role[vectortile]" )