diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/puppet.pp | 1 |
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"], } } |