add a notify for fas.conf update to trigger fasclient -i

This commit is contained in:
Seth Vidal 2013-05-21 20:19:59 +00:00
parent 85ba281163
commit f64aba0a0c
2 changed files with 4 additions and 1 deletions

View file

@ -74,4 +74,5 @@
- name: restart xinetd - name: restart xinetd
action: service name=xinetd state=restarted action: service name=xinetd state=restarted
- name: run fasclient
action: command /usr/bin/fasClient -i

View file

@ -52,6 +52,8 @@
- $files/fas-client/fas.conf.j2 - $files/fas-client/fas.conf.j2
tags: tags:
- config - config
notify:
- run fasclient
# #
# setup /etc/cron.d/ file to run sync every 10min # setup /etc/cron.d/ file to run sync every 10min