]> gitweb.fluxo.info Git - puppet-puppet.git/commitdiff
Fix in default config file for puppet nodes
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 3 Jan 2010 20:50:32 +0000 (18:50 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 3 Jan 2010 20:50:32 +0000 (18:50 -0200)
manifests/puppetd.pp

index a26bba21bba43a174600527e8739f4c43a299938..d310ab950d443ffa6380f12020efe387d3dfd472 100644 (file)
@@ -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,