X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/68e068818d559ef35bdf2a138a93596337828ef9..HEAD:/roles/foundation.rb diff --git a/roles/foundation.rb b/roles/foundation.rb index bafa81db7..fb8024291 100644 --- a/roles/foundation.rb +++ b/roles/foundation.rb @@ -3,7 +3,7 @@ description "Role applied to all OSMF servers" default_attributes( :elasticsearch => { - :version => "6.x", + :version => "7.x", :cluster => { :name => "foundation" } @@ -32,6 +32,5 @@ run_list( "recipe[foundation::wiki]", "recipe[foundation::board]", "recipe[foundation::dwg]", - "recipe[foundation::mwg]", - "recipe[foundation::owg]" + "recipe[foundation::mwg]" )