]> git.openstreetmap.org Git - chef.git/commitdiff
Merge remote-tracking branch 'github/pull/291'
authorTom Hughes <tom@compton.nu>
Sun, 29 Mar 2020 16:04:31 +0000 (17:04 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 29 Mar 2020 16:04:31 +0000 (17:04 +0100)
roles/otrs.rb

index ec1264eb3249f33133378262a7d4447a920d455b..159af75a5a61678aff5393cb58eb21ede70d5205 100644 (file)
@@ -32,6 +32,15 @@ default_attributes(
         :group => "www-data",
         :home_directory => "/opt/otrs"
       },
+      :otrs_membership_osmf_talk_owner => {
+        :comment => "osmf-talk-owner@otrs.openstreetmap.org",
+        :domains => ["otrs.openstreetmap.org"],
+        :local_parts => ["osmf-talk-owner"],
+        :command => "/opt/otrs/bin/otrs.Console.pl Maint::PostMaster::Read --target-queue 'Membership Working Group::osmf-talk'",
+        :user => "otrs",
+        :group => "www-data",
+        :home_directory => "/opt/otrs"
+      },
       :otrs_legal => {
         :comment => "legal@otrs.openstreetmap.org",
         :domains => ["otrs.openstreetmap.org"],