From: Tom Hughes Date: Thu, 19 Jan 2023 18:51:31 +0000 (+0000) Subject: Fix typo in local domain configuration for mailman X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/e18270bb747e2e5a58c40cf567febd4cb970ae89 Fix typo in local domain configuration for mailman --- diff --git a/roles/lists.rb b/roles/lists.rb index e637b48c9..8e1091987 100644 --- a/roles/lists.rb +++ b/roles/lists.rb @@ -6,7 +6,7 @@ default_attributes( :aliases => { "mailman-loop" => "/dev/null" }, - :local_domain => [ + :local_domains => [ "openstreetmap.org" ] }