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