]> git.openstreetmap.org Git - chef.git/blobdiff - roles/mail.rb
Remove trailing whitespace in ruby code
[chef.git] / roles / mail.rb
index 5cdb8372fedeb86fcf75393c9558c282987cc46b..79c65d0d460ebe355c8aec4e8465506b42e8c2c9 100644 (file)
@@ -3,7 +3,13 @@ description "Role applied to all mail servers"
 
 default_attributes(
   :exim => {
-    :local_domains => [ "openstreetmap.org", "osm.org", "noreply.openstreetmap.org" ],
+    :local_domains => [
+      "openstreetmap.org",
+      "osm.org",
+      "noreply.openstreetmap.org",
+      "openstreetmap.co.uk",
+      "openstreetmap.org.uk"
+    ],
     :daemon_smtp_ports => [ 25, 26 ],
     :smarthost_name => "mail.openstreetmap.org",
     :smarthost_via => false,
@@ -61,7 +67,7 @@ default_attributes(
   :munin => {
     :plugins => {
       :exim_mailqueue => {
-        :mails => { 
+        :mails => {
           :warning => 500,
           :critical => 1000
         }