]> git.openstreetmap.org Git - chef.git/blobdiff - roles/foundation.rb
Increase replication slots
[chef.git] / roles / foundation.rb
index 6220831642491e998bfe5d8ea18447e791fc4420..9328d2688aff2803bacc14fe20a62c9d464c4049 100644 (file)
@@ -2,15 +2,11 @@ name "foundation"
 description "Role applied to all OSMF servers"
 
 default_attributes(
-  :apache => {
-    :timeout => 60,
-    :keepalive => false
-  },
   :apt => {
     :sources => ["passenger"]
   },
   :elasticsearch => {
-    :version => "5.x",
+    :version => "6.x",
     :cluster => {
       :name => "foundation"
     }