]> git.openstreetmap.org Git - chef.git/blobdiff - roles/lists.rb
Fix typo in local domain configuration for mailman
[chef.git] / roles / lists.rb
index 991dfa04e124d0b642476ab413079ade117bb35f..8e1091987004afcd81b3f5b84ac7d26a2bc151f6 100644 (file)
@@ -5,7 +5,10 @@ default_attributes(
   :exim => {
     :aliases => {
       "mailman-loop" => "/dev/null"
-    }
+    },
+    :local_domains => [
+      "openstreetmap.org"
+    ]
   }
 )