From 3106af6835c72e587431f0817601545e9c41393f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 2 Jan 2010 15:02:34 -0200 Subject: Redirecting apt-get autoclean cron entry output to /dev/null --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index 8ad0a85..7d52135 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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", -- cgit v1.2.3