From: Grant Slater Date: Wed, 22 Jun 2016 11:21:29 +0000 (+0100) Subject: Make otrs a member of www-data group X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/2108197e106e892b736339b0daa56167dfe93411 Make otrs a member of www-data group --- 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 => {