X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ae1cc374c68e1626b180717b87532a7ecb4c6c2b..ed17684b5d2a41a49968c90be2cb6ee8eace8265:/roles/foundation.rb diff --git a/roles/foundation.rb b/roles/foundation.rb index 02b880d5d..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 => "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]" )