From: Grant Slater Date: Thu, 10 Mar 2022 20:17:01 +0000 (+0000) Subject: mail: fix typo on community.openstreetmap.org domain X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/c3be356ba81afff0a666355e018531de69e0a5fb mail: fix typo on community.openstreetmap.org domain --- diff --git a/roles/mail.rb b/roles/mail.rb index e2f869c30..b807c9c74 100644 --- a/roles/mail.rb +++ b/roles/mail.rb @@ -48,8 +48,8 @@ default_attributes( :host => "ridley.ucl.openstreetmap.org" }, :community => { - :comment => "community.osmfoundation.org", - :domains => ["community.osmfoundation.org"], + :comment => "community.openstreetmap.org", + :domains => ["community.openstreetmap.org"], :host => "lockheed.ams.openstreetmap.org::2500" } },