aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mga-mirrors
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@google.com>2017-04-08 20:32:52 +0100
committerPascal Terjan <pterjan@google.com>2017-04-08 20:32:52 +0100
commit90fc67f8b6808ff5a0b954a892db8a0e6493a016 (patch)
tree201a7e3ffbc6c59ba0e1230190fa9a709aeebf2a /modules/mga-mirrors
parentc4a36cadb6001b0a8a30a232336f6db91ecef8f3 (diff)
downloadpuppet-90fc67f8b6808ff5a0b954a892db8a0e6493a016.tar
puppet-90fc67f8b6808ff5a0b954a892db8a0e6493a016.tar.gz
puppet-90fc67f8b6808ff5a0b954a892db8a0e6493a016.tar.bz2
puppet-90fc67f8b6808ff5a0b954a892db8a0e6493a016.tar.xz
puppet-90fc67f8b6808ff5a0b954a892db8a0e6493a016.zip
Fix script name in cron
Diffstat (limited to 'modules/mga-mirrors')
-rw-r--r--modules/mga-mirrors/templates/cron-mga_mirrors2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mga-mirrors/templates/cron-mga_mirrors b/modules/mga-mirrors/templates/cron-mga_mirrors
index 96b08bd8..1733be56 100644
--- a/modules/mga-mirrors/templates/cron-mga_mirrors
+++ b/modules/mga-mirrors/templates/cron-mga_mirrors
@@ -1,3 +1,3 @@
MAILTO=root
0 * * * * apache /usr/bin/check_mirror > /dev/null 2>&1
-*/20 * * * * nobody /usr/local/bin/check_mirrors --output /var/www/mirrors/status.html.tmp && mv -f /var/www/mirrors/status.html.tmp /var/www/mirrors/status.html
+*/20 * * * * nobody /usr/local/bin/check_mirrors_status --output /var/www/mirrors/status.html.tmp && mv -f /var/www/mirrors/status.html.tmp /var/www/mirrors/status.html