diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-23 18:32:56 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-23 18:32:56 -0300 |
commit | 66fa770b4d16c0ecfbb3413ec4b75af513d184b6 (patch) | |
tree | 9de5cee57affbc53ae1e94753ea8e733b25c3d20 /manifests | |
parent | bf54a79d0eb9dcccbd5d6a6c48b1081708a90d59 (diff) | |
download | puppet-puppet-66fa770b4d16c0ecfbb3413ec4b75af513d184b6.tar.gz puppet-puppet-66fa770b4d16c0ecfbb3413ec4b75af513d184b6.tar.bz2 |
No need to explicitly manage puppet.conf
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/puppet.pp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/manifests/puppet.pp b/manifests/puppet.pp index 7d33540..ca51907 100644 --- a/manifests/puppet.pp +++ b/manifests/puppet.pp @@ -22,12 +22,4 @@ class puppet { recurse => inf, require => User["puppet"], } - - file { "/etc/puppet/puppet.conf": - ensure => present, - owner => puppet, - group => root, - mode => 0640, - require => User["puppet"], - } } |