X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2bfb0ef07fb64314f5c4ded641a8c280df9c1d0b..91ea002ac9e3f1383e3f4d857f6157491e27dea9:/roles/foundation.rb diff --git a/roles/foundation.rb b/roles/foundation.rb index 466e575f1..fb8024291 100644 --- a/roles/foundation.rb +++ b/roles/foundation.rb @@ -2,11 +2,8 @@ name "foundation" description "Role applied to all OSMF servers" default_attributes( - :apt => { - :sources => ["passenger"] - }, :elasticsearch => { - :version => "6.x", + :version => "7.x", :cluster => { :name => "foundation" } @@ -35,6 +32,5 @@ run_list( "recipe[foundation::wiki]", "recipe[foundation::board]", "recipe[foundation::dwg]", - "recipe[foundation::mwg]", - "recipe[foundation::owg]" + "recipe[foundation::mwg]" )