]> git.openstreetmap.org Git - chef.git/commitdiff
Drop mail gateway role from shenron
authorTom Hughes <tom@compton.nu>
Thu, 19 Jan 2023 18:37:11 +0000 (18:37 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 19 Jan 2023 18:37:11 +0000 (18:37 +0000)
roles/lists.rb
roles/shenron.rb

index 991dfa04e124d0b642476ab413079ade117bb35f..e637b48c93a5a92cee75ea787dfaf3eae07f09d5 100644 (file)
@@ -5,7 +5,10 @@ default_attributes(
   :exim => {
     :aliases => {
       "mailman-loop" => "/dev/null"
-    }
+    },
+    :local_domain => [
+      "openstreetmap.org"
+    ]
   }
 )
 
index c82e4cd211adfa60ee3cd3fbc92385b1d9a6e841..7bd9acf48c0d6cccce4502e64ab8c84ef71d377c 100644 (file)
@@ -49,7 +49,6 @@ override_attributes(
 
 run_list(
   "role[bytemark]",
-  "role[mail]",
   "role[lists]",
   "role[osqa]"
 )