X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..5e03c3b52f7d715266f5b68a3b4e4e8c6e97c1f3:/roles/lists.rb?ds=inline diff --git a/roles/lists.rb b/roles/lists.rb index 47f0deb5f..991dfa04e 100644 --- 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]" )