Try moving notify script to a group

This commit is contained in:
Kevin Fenzi 2015-01-16 19:09:29 +00:00
parent a1ed972e6f
commit d6212c0b57

View file

@ -19,5 +19,11 @@ vrrp_instance VI_1 {
priority {{ keepalived_priority }}
virtual_ipaddress {
{{ keepalived_ipaddress }}
notify /usr/local/bin/keepalived-notify.sh
}
vrrp_sync_group VG_1 {
group {
VI_1
}
notify /usr/local/bin/keepalived-notify.sh
}