aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/common.pp1
1 files changed, 1 insertions, 0 deletions
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",
}