summaryrefslogtreecommitdiff
path: root/manifests/puppetd.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/puppetd.pp')
-rw-r--r--manifests/puppetd.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/puppetd.pp b/manifests/puppetd.pp
index 8265b77..0fcba46 100644
--- a/manifests/puppetd.pp
+++ b/manifests/puppetd.pp
@@ -42,8 +42,8 @@ class puppetd inherits puppet {
file { "/etc/puppet/puppet.conf":
ensure => file,
owner => puppet,
- group => puppet,
- mode => 0644,
+ group => root,
+ mode => 0640,
content => template("puppet/puppet-node.conf.erb"),
}
}