]> git.openstreetmap.org Git - chef.git/blobdiff - roles/foundation.rb
Update piwik to 4.6.1
[chef.git] / roles / foundation.rb
index 85efc53f7a0b3f41e68d6949fb556921fd9115df..466e575f1c259bb7c60f63512ef199f7a1062df1 100644 (file)
@@ -6,7 +6,7 @@ default_attributes(
     :sources => ["passenger"]
   },
   :elasticsearch => {
-    :version => "5.x",
+    :version => "6.x",
     :cluster => {
       :name => "foundation"
     }
@@ -22,8 +22,6 @@ default_attributes(
         :innodb_buffer_pool_size => "512M",
         :key_buffer_size => "64M",
         :max_connections => "200",
-        :query_cache_size => "48M",
-        :query_cache_type => "1",
         :sort_buffer_size => "8M",
         :tmp_table_size => "48M"
       }