]> git.openstreetmap.org Git - chef.git/blobdiff - roles/lists.rb
Make prometheus appear as a valid sender on shenron
[chef.git] / roles / lists.rb
index 47f0deb5fb94d81c10ff6a412f392ab619878733..0f99a7c3d20b9138f3a1d227068797b8689e82fa 100644 (file)
@@ -1,6 +1,18 @@
 name "lists"
 description "Role applied to all mailing list servers"
 
+default_attributes(
+  :exim => {
+    :aliases => {
+      "mailman-loop" => "/dev/null",
+      "prometheus" => "/dev/null"
+    },
+    :local_domains => [
+      "openstreetmap.org"
+    ]
+  }
+)
+
 run_list(
   "recipe[mailman]"
 )