From 112f8e78a79f4f38d20a7b0a6cda8c078f3fa3f2 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 25 Nov 2018 20:22:20 +0000 Subject: [PATCH 1/1] Try to fix OTRS queuing --- roles/otrs.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/otrs.rb b/roles/otrs.rb index 5a994362a..6139dd1d1 100644 --- a/roles/otrs.rb +++ b/roles/otrs.rb @@ -28,7 +28,7 @@ default_attributes( :comment => "data@otrs.openstreetmap.org", :domains => ["otrs.openstreetmap.org"], :local_parts => ["data"], - :command => "/opt/otrs/bin/otrs.Console.pl Maint::PostMaster::Read --target-queue='Data Working Group'", + :command => "/opt/otrs/bin/otrs.Console.pl Maint::PostMaster::Read --target-queue 'Data Working Group'", :user => "otrs", :group => "www-data", :home_directory => "/opt/otrs" @@ -37,7 +37,7 @@ default_attributes( :comment => "membership@otrs.openstreetmap.org", :domains => ["otrs.openstreetmap.org"], :local_parts => ["membership"], - :command => "/opt/otrs/bin/otrs.Console.pl Maint::PostMaster::Read --target-queue='Membership Working Group'", + :command => "/opt/otrs/bin/otrs.Console.pl Maint::PostMaster::Read --target-queue 'Membership Working Group'", :user => "otrs", :group => "www-data", :home_directory => "/opt/otrs" @@ -46,7 +46,7 @@ default_attributes( :comment => "support@otrs.openstreetmap.org", :domains => ["otrs.openstreetmap.org"], :local_parts => ["support"], - :command => "/opt/otrs/bin/otrs.Console.pl Maint::PostMaster::Read --target-queue='Technical Support'", + :command => "/opt/otrs/bin/otrs.Console.pl Maint::PostMaster::Read --target-queue 'Technical Support'", :user => "otrs", :group => "www-data", :home_directory => "/opt/otrs" -- 2.43.2