X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..eb00f1594050f79ac472785f4029ad4a1fe03da6:/roles/lists.rb diff --git a/roles/lists.rb b/roles/lists.rb index 47f0deb5f..0f99a7c3d 100644 --- a/roles/lists.rb +++ b/roles/lists.rb @@ -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]" )