X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2d2235ed1e13caf69cd00aca9576b99f5f7ddf2d..a1b52618178ed082ce2b73766c248a91cfe1fb31:/roles/lists.rb?ds=inline diff --git a/roles/lists.rb b/roles/lists.rb index 991dfa04e..0f99a7c3d 100644 --- a/roles/lists.rb +++ b/roles/lists.rb @@ -4,8 +4,12 @@ description "Role applied to all mailing list servers" default_attributes( :exim => { :aliases => { - "mailman-loop" => "/dev/null" - } + "mailman-loop" => "/dev/null", + "prometheus" => "/dev/null" + }, + :local_domains => [ + "openstreetmap.org" + ] } )