X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/5dbcbc9fc104320252388249ad1fbb9984bb5339..6437f10211bb33702e7bed9295e66777168e5330:/roles/foundation.rb?ds=inline diff --git a/roles/foundation.rb b/roles/foundation.rb index 4926edeb2..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" }, @@ -30,5 +31,6 @@ run_list( "role[elasticsearch]", "recipe[foundation::wiki]", "recipe[foundation::board]", - "recipe[foundation::dwg]" + "recipe[foundation::dwg]", + "recipe[foundation::owg]" )