X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/137a1c06aac28bcc9ea64903bd071e9d378c94bb..6437f10211bb33702e7bed9295e66777168e5330:/roles/foundation.rb diff --git a/roles/foundation.rb b/roles/foundation.rb index 52c38f765..22f8dc3eb 100644 --- a/roles/foundation.rb +++ b/roles/foundation.rb @@ -8,9 +8,10 @@ default_attributes( :keepalive => false }, :apt => { - :sources => ["passenger"] + :sources => ["passenger", "brightbox-ruby-ng"] }, :elasticsearch => { + :version => "2.x", :cluster => { :name => "foundation" }, @@ -29,5 +30,7 @@ run_list( "role[crm]", "role[elasticsearch]", "recipe[foundation::wiki]", - "recipe[foundation::board]" + "recipe[foundation::board]", + "recipe[foundation::dwg]", + "recipe[foundation::owg]" )