]> git.openstreetmap.org Git - chef.git/blobdiff - roles/mail.rb
Merge remote-tracking branch 'github/pull/697'
[chef.git] / roles / mail.rb
index 6cf89549391c925261d98b8f8cc7d91a499ab48d..0e07d584b3f6603088244c0fc6f181e53bf66980 100644 (file)
@@ -47,7 +47,7 @@ default_attributes(
       :otrs => {
         :comment => "otrs.openstreetmap.org",
         :domains => ["otrs.openstreetmap.org"],
-        :host => "ridley.ucl.openstreetmap.org"
+        :host => "naga.dub.openstreetmap.org"
       },
       :join => {
         :comment => "join.osmfoundation.org",
@@ -62,7 +62,7 @@ default_attributes(
       :community => {
         :comment => "community.openstreetmap.org",
         :domains => ["community.openstreetmap.org"],
-        :host => "jakelong.dub.openstreetmap.org::2500"
+        :host => "gorwen.dub.openstreetmap.org::2500"
       }
     },
     :dkim_selectors => {
@@ -76,7 +76,6 @@ default_attributes(
       "clamav" => "root",
       "rails" => "root",
       "trac" => "root",
-      "munin" => "root",
       "prometheus" => "root",
       "www-data" => "root",
       "osmbackup" => "root",
@@ -98,16 +97,6 @@ default_attributes(
     },
     :private_aliases => "mail"
   },
-  :munin => {
-    :plugins => {
-      :exim_mailqueue => {
-        :mails => {
-          :warning => 500,
-          :critical => 1000
-        }
-      }
-    }
-  },
   :prometheus => {
     :metrics => {
       :exim_queue_limit => { :metric => 2500 }