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:
4700a4c
)
Let the puppet usergroup read puppet.conf
author
Peter Palfrader
<peter@palfrader.org>
Fri, 9 Dec 2016 08:10:58 +0000
(09:10 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 9 Dec 2016 08:11:01 +0000
(09:11 +0100)
modules/debian-org/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/debian-org/manifests/init.pp
b/modules/debian-org/manifests/init.pp
index
6ec2a0f
..
2f7b76d
100644
(file)
--- a/
modules/debian-org/manifests/init.pp
+++ b/
modules/debian-org/manifests/init.pp
@@
-138,6
+138,7
@@
class debian-org {
file { '/etc/puppet/puppet.conf':
content => template('debian-org/puppet.conf.erb'),
mode => 0440,
+ group => 'puppet',
}
file { '/etc/default/puppet':
source => 'puppet:///modules/debian-org/puppet.default',