aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mirror
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mirror')
-rw-r--r--modules/mirror/manifests/init.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/mirror/manifests/init.pp b/modules/mirror/manifests/init.pp
index aac6a4c7..33d4183c 100644
--- a/modules/mirror/manifests/init.pp
+++ b/modules/mirror/manifests/init.pp
@@ -68,8 +68,7 @@ class mirror {
cron { mirror:
user => mirror,
- hour => 10,
- minute => 14,
+ minute => [0, 10, 20, 30, 40, 50],
command => "$bindir/update_timestamp",
require => File["update_timestamp"],
}