From: Stephen Gran Date: Sat, 18 Jan 2014 13:22:48 +0000 (+0000) Subject: chgrp the file X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=cf32084c267371671793a8ba8716d8393a71a55e;p=mirror%2Fdsa-puppet.git chgrp the file Signed-off-by: Stephen Gran --- diff --git a/modules/roles/manifests/pubsub/config/setup.pp b/modules/roles/manifests/pubsub/config/setup.pp index 06de10694..156997a06 100644 --- a/modules/roles/manifests/pubsub/config/setup.pp +++ b/modules/roles/manifests/pubsub/config/setup.pp @@ -11,7 +11,7 @@ class roles::pubsub::config::setup { concat { '/etc/dsa/pubsub.conf': owner => root, - group => root, + group => pubsub, mode => '0440', } }