]> git.openstreetmap.org Git - chef.git/blobdiff - roles/lists.rb
Fix typo in local domain configuration for mailman
[chef.git] / roles / lists.rb
index 47f0deb5fb94d81c10ff6a412f392ab619878733..8e1091987004afcd81b3f5b84ac7d26a2bc151f6 100644 (file)
@@ -1,6 +1,17 @@
 name "lists"
 description "Role applied to all mailing list servers"
 
+default_attributes(
+  :exim => {
+    :aliases => {
+      "mailman-loop" => "/dev/null"
+    },
+    :local_domains => [
+      "openstreetmap.org"
+    ]
+  }
+)
+
 run_list(
   "recipe[mailman]"
 )