summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-01-03 18:50:32 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-01-03 18:50:32 -0200
commitceebf597eff4a6015ee5b911f4e8e8b712966eb6 (patch)
tree520050f39e65bd330705d1f0db26074c87e33c47 /manifests
parenta06b537a33c7d1bb28aada4da677331bae762449 (diff)
downloadpuppet-puppet-ceebf597eff4a6015ee5b911f4e8e8b712966eb6.tar.gz
puppet-puppet-ceebf597eff4a6015ee5b911f4e8e8b712966eb6.tar.bz2
Fix in default config file for puppet nodes
Diffstat (limited to 'manifests')
-rw-r--r--manifests/puppetd.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/puppetd.pp b/manifests/puppetd.pp
index a26bba2..d310ab9 100644
--- a/manifests/puppetd.pp
+++ b/manifests/puppetd.pp
@@ -17,7 +17,8 @@ class puppetd inherits puppet {
# default config file for puppet nodes
case $puppetmasterd_present {
- false: {
+ true: { }
+ default: {
file { "/etc/puppet/puppet.conf":
ensure => file,
owner => puppet,