From 63978825d79c4d38ff3c71df8e33ffa6a568c257 Mon Sep 17 00:00:00 2001 From: Damien Lallement Date: Wed, 10 Nov 2010 11:23:09 +0000 Subject: Change 'urpmi.update -a' to be done all the 4 hours --- manifests/common.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'manifests') diff --git a/manifests/common.pp b/manifests/common.pp index ab1e5f22..72f30859 100644 --- a/manifests/common.pp +++ b/manifests/common.pp @@ -81,8 +81,7 @@ class default_ssh_root_key { class urpmi_update { cron { urpmi_update: user => root, - hour => 3, - minute => 14, + hour => 4, command => "urpmi.update -a", } -- cgit v1.2.1