X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7ebe049da32826028cab723019f14159dfcee8d1..a73c743450eff5a1ebca006ecf15e7bfeeccacea:/roles/foundation.rb diff --git a/roles/foundation.rb b/roles/foundation.rb index 622083164..9328d2688 100644 --- a/roles/foundation.rb +++ b/roles/foundation.rb @@ -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" }