summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-23 18:32:56 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-02-23 18:32:56 -0300
commit66fa770b4d16c0ecfbb3413ec4b75af513d184b6 (patch)
tree9de5cee57affbc53ae1e94753ea8e733b25c3d20
parentbf54a79d0eb9dcccbd5d6a6c48b1081708a90d59 (diff)
downloadpuppet-puppet-66fa770b4d16c0ecfbb3413ec4b75af513d184b6.tar.gz
puppet-puppet-66fa770b4d16c0ecfbb3413ec4b75af513d184b6.tar.bz2
No need to explicitly manage puppet.conf
-rw-r--r--manifests/puppet.pp8
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"],
- }
}