summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-23 20:54:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-02-23 20:54:53 -0300
commit34ddb569920c56e6a41c5c610a0e1d79d0695c90 (patch)
treeeb779f8aae99b72fcca5e221e08112464fcea740
parentac5cb884078f862d4193a98e15aac395a3c2fc48 (diff)
downloadpuppet-puppet-34ddb569920c56e6a41c5c610a0e1d79d0695c90.tar.gz
puppet-puppet-34ddb569920c56e6a41c5c610a0e1d79d0695c90.tar.bz2
Trying recursive managemente agin on /etc/puppet
-rw-r--r--manifests/puppet.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/puppet.pp b/manifests/puppet.pp
index 318891a..ca51907 100644
--- a/manifests/puppet.pp
+++ b/manifests/puppet.pp
@@ -19,6 +19,7 @@ class puppet {
owner => puppet,
group => root,
mode => 0640,
+ recurse => inf,
require => User["puppet"],
}
}