]> gitweb.fluxo.info Git - puppet-puppet.git/commitdiff
Oops
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Jan 2013 14:25:52 +0000 (12:25 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Jan 2013 14:25:52 +0000 (12:25 -0200)
manifests/puppetd.pp

index 4569d4e598e7e73de7b94333bf0f943953f96e90..0d5a8bb8ec3e24a9cc7e7fe89f2bd556cb84c8f7 100644 (file)
@@ -22,7 +22,7 @@ class puppetd inherits puppet {
       $puppetd_ensure = $lsbdistcodename ? {
         'squeeze' => '2.7.18-1~bpo60+1',
         default   => installed,
-      },
+      }
     }
   }