From: Tom Hughes Date: Thu, 19 Jan 2023 18:37:11 +0000 (+0000) Subject: Drop mail gateway role from shenron X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/8e691359a82747f1af5a418e64ea429bbba6a337?ds=inline Drop mail gateway role from shenron --- diff --git a/roles/lists.rb b/roles/lists.rb index 991dfa04e..e637b48c9 100644 --- a/roles/lists.rb +++ b/roles/lists.rb @@ -5,7 +5,10 @@ default_attributes( :exim => { :aliases => { "mailman-loop" => "/dev/null" - } + }, + :local_domain => [ + "openstreetmap.org" + ] } ) diff --git a/roles/shenron.rb b/roles/shenron.rb index c82e4cd21..7bd9acf48 100644 --- a/roles/shenron.rb +++ b/roles/shenron.rb @@ -49,7 +49,6 @@ override_attributes( run_list( "role[bytemark]", - "role[mail]", "role[lists]", "role[osqa]" )