X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/75f4f224fbe305d36c223c2fb03e285a49c1d3a7..1ec15b86db8105fd1ea7fe6f033c6e2e92473350:/roles/foundation.rb diff --git a/roles/foundation.rb b/roles/foundation.rb index b19ebfc3c..4926edeb2 100644 --- a/roles/foundation.rb +++ b/roles/foundation.rb @@ -13,6 +13,9 @@ default_attributes( :elasticsearch => { :cluster => { :name => "foundation" + }, + :script => { + :disable_dynamic => false } }, :memcached => { @@ -26,5 +29,6 @@ run_list( "role[crm]", "role[elasticsearch]", "recipe[foundation::wiki]", - "recipe[foundation::board]" + "recipe[foundation::board]", + "recipe[foundation::dwg]" )