summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-19 12:25:52 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-19 12:25:52 -0200
commit42787131fed2679d2c6c15d5554154e91dff84ce (patch)
tree50c8213a4c36c341f08bb60e6f34a42fe34ce0c2
parent9b9e598793fd4f488e863a251cb430e0c816d373 (diff)
downloadpuppet-puppet-42787131fed2679d2c6c15d5554154e91dff84ce.tar.gz
puppet-puppet-42787131fed2679d2c6c15d5554154e91dff84ce.tar.bz2
Oops
-rw-r--r--manifests/puppetd.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/puppetd.pp b/manifests/puppetd.pp
index 4569d4e..0d5a8bb 100644
--- a/manifests/puppetd.pp
+++ b/manifests/puppetd.pp
@@ -22,7 +22,7 @@ class puppetd inherits puppet {
$puppetd_ensure = $lsbdistcodename ? {
'squeeze' => '2.7.18-1~bpo60+1',
default => installed,
- },
+ }
}
}