From: Tom Hughes Date: Sun, 25 Nov 2018 20:22:20 +0000 (+0000) Subject: Try to fix OTRS queuing X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/112f8e78a79f4f38d20a7b0a6cda8c078f3fa3f2?hp=95b6c9a6e0cb696204427e7d7738feae60ce97a3 Try to fix OTRS queuing --- 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"