aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mirror
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-07-21 10:24:29 +0000
committerMichael Scherer <misc@mageia.org>2011-07-21 10:24:29 +0000
commit54ddda8439aae2df93ee215dd00fbcde0c03b3cf (patch)
treee1f492de599890c99d8eb6f95c5555d6c87dfbd0 /modules/mirror
parentf06bfeb5b83bb87ea942d0ce18096503c274942b (diff)
downloadpuppet-54ddda8439aae2df93ee215dd00fbcde0c03b3cf.tar
puppet-54ddda8439aae2df93ee215dd00fbcde0c03b3cf.tar.gz
puppet-54ddda8439aae2df93ee215dd00fbcde0c03b3cf.tar.bz2
puppet-54ddda8439aae2df93ee215dd00fbcde0c03b3cf.tar.xz
puppet-54ddda8439aae2df93ee215dd00fbcde0c03b3cf.zip
short form, patch by Sébastien Kurtzemann
Diffstat (limited to 'modules/mirror')
-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"],
}