]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
Redirecting apt-get autoclean cron entry output to /dev/null
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 2 Jan 2010 17:02:34 +0000 (15:02 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 2 Jan 2010 17:02:34 +0000 (15:02 -0200)
manifests/init.pp

index 8ad0a85d7c92a287f08ff611f101bfa871ef733d..7d521352bd9da2b7c4ac1f56234dae5154b2782f 100644 (file)
@@ -99,7 +99,7 @@ class apt {
        }
   } else {
     cron { "apt_updated":
-      command  => "/usr/bin/apt-get update &> /dev/null && /usr/bin/apt-get autoclean #hourly &> /dev/null",
+      command  => "/usr/bin/apt-get update &> /dev/null && /usr/bin/apt-get autoclean &> /dev/null",
       user     => root,
       hour     => "*/1",
       minute   => "0",