add a notify for fas.conf update to trigger fasclient -i
This commit is contained in:
parent
85ba281163
commit
f64aba0a0c
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue