]> git.openstreetmap.org Git - chef.git/blobdiff - roles/wiki.rb
use a common tablespace layout for all nominatim servers
[chef.git] / roles / wiki.rb
index e9f3cb8650a6fbb7e4e3a95fedd7269f2fc2acd9..e796399282b37431e1d6226eb674ce0624f5dc3c 100644 (file)
@@ -8,10 +8,17 @@ default_attributes(
     }
   },
   :exim => {
-    :trusted_users => [ "www-data" ],
+    :trusted_users => ["www-data"],
     :aliases => {
       :root => "grant"
-    }
+    },
+    :rewrites => [
+      {
+        :pattern => "www-data@openstreetmap.org",
+        :replacement => "wiki@noreply.openstreetmap.org",
+        :flags => "F"
+      }
+    ]
   },
   :memcached => {
     :memory_limit => 1024,
@@ -32,6 +39,5 @@ default_attributes(
 )
 
 run_list(
-  "recipe[elasticsearch]",
   "recipe[wiki]"
 )