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