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