]> git.openstreetmap.org Git - chef.git/blobdiff - roles/wiki.rb
Increase replication slots
[chef.git] / roles / wiki.rb
index 21f6ea8a49d49452743140d31a9131d810cd21f2..69a8743e2dd2652491fa245960f408d623d706f0 100644 (file)
@@ -18,13 +18,13 @@ default_attributes(
     }
   },
   :elasticsearch => {
-    :version => "5.x",
+    :version => "6.x",
     :cluster => {
       :name => "wiki"
     }
   },
   :exim => {
-    :trusted_users => ["www-data"],
+    :trusted_users => %w[www-data wiki],
     :aliases => {
       :root => "grant"
     },