Fix up }s

This commit is contained in:
Kevin Fenzi 2015-01-16 19:27:00 +00:00
parent d6212c0b57
commit 15a3027781

View file

@ -17,13 +17,8 @@ vrrp_instance VI_1 {
# for electing MASTER, highest priority wins.
# to be MASTER, make 50 more than other machines.
priority {{ keepalived_priority }}
notify /usr/local/bin/keepalived-notify.sh
virtual_ipaddress {
{{ keepalived_ipaddress }}
}
vrrp_sync_group VG_1 {
group {
VI_1
}
notify /usr/local/bin/keepalived-notify.sh
}
}