From: Silvio Rhatto Date: Sat, 19 Jan 2013 14:25:52 +0000 (-0200) Subject: Oops X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=42787131fed2679d2c6c15d5554154e91dff84ce;p=puppet-puppet.git Oops --- 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, - }, + } } }