Tags need to be under tags:
This commit is contained in:
parent
1adf2091de
commit
515e712f8e
1 changed files with 3 additions and 0 deletions
|
@ -98,6 +98,7 @@
|
|||
cron: name="copy-mirrorlist" minute="50" hour="*/2" user="mirrormanager"
|
||||
job="cp /var/log/mirrormanager/mirrorlist.log /var/log/mirrormanager/mirrorlist.log.`date +\%Y-\%m-\%d`"
|
||||
cron_file=copy-mirrorlist
|
||||
tags:
|
||||
- mirrorlist2
|
||||
|
||||
# At the start of the day the mirrorlist log file is moved
|
||||
|
@ -105,6 +106,7 @@
|
|||
cron: name="move-mirrorlist" minute="1" hour="0" user="mirrormanager"
|
||||
job="mv /var/log/mirrormanager/mirrorlist.log /var/log/mirrormanager/mirrorlist.log.`date +\%Y-\%m-\%d --date='yesterday'`"
|
||||
cron_file=move-mirrorlist
|
||||
tags:
|
||||
- mirrorlist2
|
||||
|
||||
# Cleanup old mirrorlist logfile
|
||||
|
@ -112,4 +114,5 @@
|
|||
cron: name="clean-mirrorlist" minute="13" hour="13" user="mirrormanager"
|
||||
job="/usr/sbin/tmpwatch --mtime 14d /var/log/mirrormanager"
|
||||
cron_file=clean-mirrorlist
|
||||
tags:
|
||||
- mirrorlist2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue