X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f12949b32dbf868a911b64a16cf74bd38e775d49..487a005b1708189b2b2dddda3f0a7568b82b23db:/roles/foundation.rb diff --git a/roles/foundation.rb b/roles/foundation.rb index f306fe925..9a2c2e553 100644 --- a/roles/foundation.rb +++ b/roles/foundation.rb @@ -8,15 +8,12 @@ default_attributes( :keepalive => false }, :apt => { - :sources => ["passenger", "brightbox-ruby-ng"] + :sources => ["passenger"] }, :elasticsearch => { - :version => "2.x", + :version => "5.x", :cluster => { :name => "foundation" - }, - :script => { - :disable_dynamic => false } }, :memcached => { @@ -45,5 +42,6 @@ run_list( "recipe[foundation::wiki]", "recipe[foundation::board]", "recipe[foundation::dwg]", + "recipe[foundation::mwg]", "recipe[foundation::owg]" )