]> git.openstreetmap.org Git - chef.git/commitdiff
Wire up email for CWG OTRS queues
authorTom Hughes <tom@compton.nu>
Sun, 23 Jan 2022 19:55:15 +0000 (19:55 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 23 Jan 2022 19:55:15 +0000 (19:55 +0000)
roles/otrs.rb

index 159af75a5a61678aff5393cb58eb21ede70d5205..39672c80ef2c909ab0a460e34500f03bebfe0856 100644 (file)
@@ -86,6 +86,24 @@ default_attributes(
         :group => "www-data",
         :home_directory => "/opt/otrs"
       },
+      :otrs_communications => {
+        :comment => "communications@otrs.openstreetmap.org",
+        :domains => ["otrs.openstreetmap.org"],
+        :local_parts => ["communications"],
+        :command => "/opt/otrs/bin/otrs.Console.pl Maint::PostMaster::Read --target-queue 'Communications Working Group'",
+        :user => "otrs",
+        :group => "www-data",
+        :home_directory => "/opt/otrs"
+      },
+      :otrs_communications_privacy => {
+        :comment => "freebies@otrs.openstreetmap.org",
+        :domains => ["otrs.openstreetmap.org"],
+        :local_parts => ["freebies"],
+        :command => "/opt/otrs/bin/otrs.Console.pl Maint::PostMaster::Read --target-queue 'Communications Working Group::Freebies'",
+        :user => "otrs",
+        :group => "www-data",
+        :home_directory => "/opt/otrs"
+      },
       :otrs_support => {
         :comment => "support@otrs.openstreetmap.org",
         :domains => ["otrs.openstreetmap.org"],