]> git.openstreetmap.org Git - chef.git/blobdiff - roles/foundation.rb
Fix incorrect alert annotation
[chef.git] / roles / foundation.rb
index bafa81db75bf0647e5c77a8e01c77217bccfb2f8..fb8024291d163f49403d30d253cf9041aca3957f 100644 (file)
@@ -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]"
 )