projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7872bc0
)
Discard bounces to mailman-loop
author
Tom Hughes
<tom@compton.nu>
Wed, 9 Nov 2016 10:38:09 +0000
(10:38 +0000)
committer
Tom Hughes
<tom@compton.nu>
Wed, 9 Nov 2016 10:38:09 +0000
(10:38 +0000)
roles/lists.rb
patch
|
blob
|
history
diff --git
a/roles/lists.rb
b/roles/lists.rb
index 47f0deb5fb94d81c10ff6a412f392ab619878733..991dfa04e124d0b642476ab413079ade117bb35f 100644
(file)
--- a/
roles/lists.rb
+++ b/
roles/lists.rb
@@
-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]"
)