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

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