Try using the cron module again.
This commit is contained in:
parent
1e7469e8ff
commit
3b5be9f5b6
1 changed files with 6 additions and 6 deletions
|
@ -49,12 +49,12 @@
|
||||||
# setup /etc/cron.d/ file to run sync every 10min
|
# setup /etc/cron.d/ file to run sync every 10min
|
||||||
# TODO: use cron module when it's fixed
|
# TODO: use cron module when it's fixed
|
||||||
#
|
#
|
||||||
#- name: fas_client cron job
|
|
||||||
# cron: name="fas client" user=root cron_file=fas-client minute="*/10" job="/usr/bin/fasClient -i"
|
|
||||||
# tags:
|
|
||||||
# - config
|
|
||||||
#
|
|
||||||
- name: fas_client cron job
|
- name: fas_client cron job
|
||||||
action: copy src=$files/fas-client/fas-client.cron dest=/etc/cron.d/fas-client owner=root mode=700
|
cron: name="fas client" user=root cron_file=fas-client minute="*/10" job="/usr/bin/fasClient -i"
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
#- name: fas_client cron job
|
||||||
|
# action: copy src=$files/fas-client/fas-client.cron dest=/etc/cron.d/fas-client owner=root mode=700
|
||||||
|
# tags:
|
||||||
|
# - config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue