rm the still-broken cron job - waiting for 1.2

revert the change
This commit is contained in:
Seth Vidal 2013-04-16 19:45:30 +00:00
parent 6fcd81fff6
commit 4f84817cfa
2 changed files with 6 additions and 383 deletions

View file

@ -49,12 +49,12 @@
# setup /etc/cron.d/ file to run sync every 10min
# 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
# 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:
# - 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