]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 2 Jan 2010 15:26:28 +0000 (13:26 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 2 Jan 2010 15:26:28 +0000 (13:26 -0200)
manifests/init.pp

index a791a371e6a9186b9bc0c41d5211014aee480055..85933001db1626ee8782afd502a0404a72b9095f 100644 (file)
@@ -16,7 +16,7 @@ class apt {
                default => $backports_enabled,
        }
 
-  $apt_update_method = $apt_update_method {
+  $apt_update_method = $apt_update_method {
     ''      => 'exec',
     default => $apt_update_method,
   }