]> git.openstreetmap.org Git - chef.git/blobdiff - roles/lists.rb
put pummelzacken in import mode
[chef.git] / roles / lists.rb
index 47f0deb5fb94d81c10ff6a412f392ab619878733..991dfa04e124d0b642476ab413079ade117bb35f 100644 (file)
@@ -1,6 +1,14 @@
 name "lists"
 description "Role applied to all mailing list servers"
 
+default_attributes(
+  :exim => {
+    :aliases => {
+      "mailman-loop" => "/dev/null"
+    }
+  }
+)
+
 run_list(
   "recipe[mailman]"
 )