summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-16 21:49:24 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-02-16 21:49:24 -0200
commit05340097e55b55f4ac504d5c917fdb41a1caf762 (patch)
tree619724465e5d459778f73f4f0cbbc30f033fc16f
parentb275756ce4211e34e15db662ef6213e6c95432c7 (diff)
downloadpuppet-puppet-05340097e55b55f4ac504d5c917fdb41a1caf762.tar.gz
puppet-puppet-05340097e55b55f4ac504d5c917fdb41a1caf762.tar.bz2
Oops
-rw-r--r--manifests/puppetd.pp6
1 files changed, 3 insertions, 3 deletions
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