]> git.openstreetmap.org Git - chef.git/commitdiff
mail: fix typo on community.openstreetmap.org domain
authorGrant Slater <git@firefishy.com>
Thu, 10 Mar 2022 20:17:01 +0000 (20:17 +0000)
committerGrant Slater <git@firefishy.com>
Thu, 10 Mar 2022 20:17:01 +0000 (20:17 +0000)
roles/mail.rb

index e2f869c3049a4e93d5ccf1df9e1eb6077f3cec00..b807c9c74de83964459f09b760c83e313324f0f7 100644 (file)
@@ -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"
       }
     },