summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-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,
- },
+ }
}
}