summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-23 21:45:46 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-02-23 21:45:46 -0300
commit79d20cd61499d98416e4904fae4385a3cddfa790 (patch)
tree7addd47aefc99cb8496ef68c74d2d93cea1f1416
parentfc86a0813130503249a1f4208eadbcea60954220 (diff)
downloadpuppet-puppet-79d20cd61499d98416e4904fae4385a3cddfa790.tar.gz
puppet-puppet-79d20cd61499d98416e4904fae4385a3cddfa790.tar.bz2
Don't manage permission for puppet.conf
-rw-r--r--manifests/puppetd.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/puppetd.pp b/manifests/puppetd.pp
index 7e2b33b..5b0d094 100644
--- a/manifests/puppetd.pp
+++ b/manifests/puppetd.pp
@@ -43,7 +43,6 @@ class puppetd inherits puppet {
ensure => file,
owner => puppet,
group => puppet,
- mode => 0640,
content => template("puppet/puppet-node.conf.erb"),
}
} else {
@@ -51,7 +50,6 @@ class puppetd inherits puppet {
ensure => file,
owner => puppet,
group => puppet,
- mode => 0640,
}
}