From b275756ce4211e34e15db662ef6213e6c95432c7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 16 Feb 2011 21:48:30 -0200 Subject: Selector fix --- manifests/puppetd.pp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'manifests') 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 -- cgit v1.2.3