aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/common.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/common.pp')
-rw-r--r--manifests/common.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/common.pp b/manifests/common.pp
index c2d1a4da..b947b50e 100644
--- a/manifests/common.pp
+++ b/manifests/common.pp
@@ -81,8 +81,8 @@ class default_ssh_root_key {
class urpmi_update {
cron { urpmi_update:
user => root,
- hour => 4,
- minute => *,
+ hour => */4,
+ minute => 0,
command => "urpmi.update -a",
}