projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a241b8
)
chgrp the file
author
Stephen Gran
<steve@lobefin.net>
Sat, 18 Jan 2014 13:22:48 +0000
(13:22 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 18 Jan 2014 13:22:48 +0000
(13:22 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/roles/manifests/pubsub/config/setup.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/pubsub/config/setup.pp
b/modules/roles/manifests/pubsub/config/setup.pp
index
06de106
..
156997a
100644
(file)
--- 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',
}
}