]> gitweb.fluxo.info Git - puppet-puppet.git/commitdiff
Oops
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 16 Feb 2011 23:49:24 +0000 (21:49 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 16 Feb 2011 23:49:24 +0000 (21:49 -0200)
manifests/puppetd.pp

index d38a0a570a9e6081fa22f7583a24f7ac1c335913..eb4d420f52aadb587d14bd3de45f01994958628c 100644 (file)
@@ -32,9 +32,9 @@ class puppetd inherits puppet {
 
   # name of puppet agent section in config file
   $puppet_agent_section = $lsbdistcodename ? {
-    'lenny', => 'puppetd',
-    'lucid'  => 'puppetd',
-    default  => 'agent',
+    'lenny' => 'puppetd',
+    'lucid' => 'puppetd',
+    default => 'agent',
   }
 
   # default config file for puppet nodes