From 8e691359a82747f1af5a418e64ea429bbba6a337 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 19 Jan 2023 18:37:11 +0000 Subject: [PATCH] Drop mail gateway role from shenron --- roles/lists.rb | 5 ++++- roles/shenron.rb | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) 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]" ) -- 2.43.2