diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-23 20:54:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-23 20:54:53 -0300 |
commit | 34ddb569920c56e6a41c5c610a0e1d79d0695c90 (patch) | |
tree | eb779f8aae99b72fcca5e221e08112464fcea740 | |
parent | ac5cb884078f862d4193a98e15aac395a3c2fc48 (diff) | |
download | puppet-puppet-34ddb569920c56e6a41c5c610a0e1d79d0695c90.tar.gz puppet-puppet-34ddb569920c56e6a41c5c610a0e1d79d0695c90.tar.bz2 |
Trying recursive managemente agin on /etc/puppet
-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"], } } |