From: Silvio Rhatto Date: Wed, 16 Feb 2011 23:48:30 +0000 (-0200) Subject: Selector fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b275756ce4211e34e15db662ef6213e6c95432c7;p=puppet-puppet.git Selector fix --- diff --git a/manifests/puppetd.pp b/manifests/puppetd.pp index 090aeaa..d38a0a5 100644 --- a/manifests/puppetd.pp +++ b/manifests/puppetd.pp @@ -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