From bcea06cf7723ad257780d987ae29272d96442671 Mon Sep 17 00:00:00 2001 From: Damien Lallement Date: Wed, 10 Nov 2010 11:26:55 +0000 Subject: Fix for the 'minutes' of 'urpmi.update -a' on already installed cron --- manifests/common.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests') diff --git a/manifests/common.pp b/manifests/common.pp index 72f30859..c2d1a4da 100644 --- a/manifests/common.pp +++ b/manifests/common.pp @@ -82,6 +82,7 @@ class urpmi_update { cron { urpmi_update: user => root, hour => 4, + minute => *, command => "urpmi.update -a", } -- cgit v1.2.1