summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-23 20:32:27 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-02-23 20:32:27 -0300
commitac5cb884078f862d4193a98e15aac395a3c2fc48 (patch)
tree1389d68a8ff27bda9df2ba8755cf84241cbf90dc
parentee8f796221afb03aff8f8f68807a7df8338d0458 (diff)
downloadpuppet-puppet-ac5cb884078f862d4193a98e15aac395a3c2fc48.tar.gz
puppet-puppet-ac5cb884078f862d4193a98e15aac395a3c2fc48.tar.bz2
Do not manage /etc/puppet recursively
-rw-r--r--manifests/puppet.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/puppet.pp b/manifests/puppet.pp
index ca51907..318891a 100644
--- a/manifests/puppet.pp
+++ b/manifests/puppet.pp
@@ -19,7 +19,6 @@ class puppet {
owner => puppet,
group => root,
mode => 0640,
- recurse => inf,
require => User["puppet"],
}
}