X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/75f4f224fbe305d36c223c2fb03e285a49c1d3a7..3a5a2df922d086cf1c40b827ef0808d87c79090e:/roles/foundation.rb diff --git a/roles/foundation.rb b/roles/foundation.rb index b19ebfc3c..338d1ab4c 100644 --- a/roles/foundation.rb +++ b/roles/foundation.rb @@ -8,11 +8,14 @@ default_attributes( :keepalive => false }, :apt => { - :sources => ["passenger"] + :sources => ["passenger", "brightbox-ruby-ng"] }, :elasticsearch => { :cluster => { :name => "foundation" + }, + :script => { + :disable_dynamic => false } }, :memcached => { @@ -26,5 +29,7 @@ run_list( "role[crm]", "role[elasticsearch]", "recipe[foundation::wiki]", - "recipe[foundation::board]" + "recipe[foundation::board]", + "recipe[foundation::dwg]", + "recipe[foundation::owg]" )