From 5d6a31bd32a20976963100c0bb26ea5e3a00e4a2 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 2 Oct 2014 22:44:51 +0100 Subject: [PATCH 1/1] Fix permissions handling replies to OTRS messages --- roles/otrs.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/otrs.rb b/roles/otrs.rb index 769a12667..2ace4f9ef 100644 --- a/roles/otrs.rb +++ b/roles/otrs.rb @@ -16,6 +16,7 @@ default_attributes( :local_parts => [ "otrs" ], :command => "/opt/otrs/bin/otrs.PostMaster.pl", :user => "otrs", + :group => "www-data", :home_directory => "/opt/otrs" }, :otrs_data => { @@ -24,6 +25,7 @@ default_attributes( :local_parts => [ "data" ], :command => "/opt/otrs/bin/otrs.PostMaster.pl -q 'Data Working Group'", :user => "otrs", + :group => "www-data", :home_directory => "/opt/otrs" }, :otrs_support => { @@ -32,6 +34,7 @@ default_attributes( :local_parts => [ "support" ], :command => "/opt/otrs/bin/otrs.PostMaster.pl -q 'Technical Support'", :user => "otrs", + :group => "www-data", :home_directory => "/opt/otrs" } } -- 2.43.2