]> git.openstreetmap.org Git - chef.git/commitdiff
Switch wikis to use elasticsearch 6.x
authorTom Hughes <tom@compton.nu>
Fri, 26 Feb 2021 18:04:01 +0000 (18:04 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 26 Feb 2021 18:20:05 +0000 (18:20 +0000)
roles/foundation.rb
roles/wiki.rb

index 85efc53f7a0b3f41e68d6949fb556921fd9115df..9328d2688aff2803bacc14fe20a62c9d464c4049 100644 (file)
@@ -6,7 +6,7 @@ default_attributes(
     :sources => ["passenger"]
   },
   :elasticsearch => {
-    :version => "5.x",
+    :version => "6.x",
     :cluster => {
       :name => "foundation"
     }
index 5f863b3c59b4689c7db27646a31655d65f6727f6..69a8743e2dd2652491fa245960f408d623d706f0 100644 (file)
@@ -18,7 +18,7 @@ default_attributes(
     }
   },
   :elasticsearch => {
-    :version => "5.x",
+    :version => "6.x",
     :cluster => {
       :name => "wiki"
     }