Run the propagation cron every second hour.
This commit is contained in:
parent
97308094f0
commit
3b8f3c2fc5
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
owner=mirrormanager group=mirrormanager mode=0755
|
||||
|
||||
- name: propagation cronjob
|
||||
cron: name="propagation-check" minute="15,45" hour="*" user="mirrormanager"
|
||||
cron: name="propagation-check" minute="27" hour="*/2" user="mirrormanager"
|
||||
job="/usr/local/bin/check_propagation.sh"
|
||||
cron_file=propagation-check
|
||||
when: inventory_hostname.startswith('mm-crawler01.phx2')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue