summaryrefslogtreecommitdiff
path: root/manifests/puppet.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/puppet.pp')
-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"],
}
}