From 2108197e106e892b736339b0daa56167dfe93411 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 22 Jun 2016 12:21:29 +0100 Subject: [PATCH] Make otrs a member of www-data group --- roles/otrs.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/otrs.rb b/roles/otrs.rb index a3d622ec8..34d52ee04 100644 --- a/roles/otrs.rb +++ b/roles/otrs.rb @@ -5,6 +5,11 @@ default_attributes( :accounts => { :users => { :otrs => { :status => :role } + }, + :groups => { + :"www-data" => { + :members => [:otrs] + } } }, :exim => { -- 2.43.2