X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/356a507d8627f062775ea315500c3f099588b5e3..12b6ad1994988ab8699d278e27630af439872f5a:/roles/wiki.rb diff --git a/roles/wiki.rb b/roles/wiki.rb index be9510f70..e70b5f53f 100644 --- a/roles/wiki.rb +++ b/roles/wiki.rb @@ -24,7 +24,7 @@ default_attributes( } }, :exim => { - :trusted_users => ["www-data"], + :trusted_users => ["www-data", "wiki"], :aliases => { :root => "grant" }, @@ -48,8 +48,6 @@ default_attributes( :innodb_buffer_pool_size => "4G", :key_buffer_size => "64M", :max_connections => "200", - :query_cache_size => "256M", - :query_cache_type => "1", :sort_buffer_size => "8M", :tmp_table_size => "128M" }