From: Paul Norman Date: Sun, 25 Nov 2018 17:29:16 +0000 (-0800) Subject: Add a queue for the MWG on OTRS X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/61b44c696c29862e2b470c450ff0b84563f3ee33?hp=0a374fa9435ff5f1f21874f99d2c460f6f7d8c2a Add a queue for the MWG on OTRS --- diff --git a/roles/otrs.rb b/roles/otrs.rb index c44a42e7c..6053d8beb 100644 --- a/roles/otrs.rb +++ b/roles/otrs.rb @@ -33,6 +33,15 @@ default_attributes( :group => "www-data", :home_directory => "/opt/otrs" }, + :otrs_membership => { + :comment => "membership@otrs.openstreetmap.org", + :domains => ["otrs.openstreetmap.org"], + :local_parts => ["membership"], + :command => "/opt/otrs/bin/otrs.PostMaster.pl -q 'Membership Working Group'", + :user => "otrs", + :group => "www-data", + :home_directory => "/opt/otrs" + }, :otrs_support => { :comment => "support@otrs.openstreetmap.org", :domains => ["otrs.openstreetmap.org"],