Fix up }s
This commit is contained in:
parent
d6212c0b57
commit
15a3027781
1 changed files with 2 additions and 7 deletions
|
@ -17,13 +17,8 @@ vrrp_instance VI_1 {
|
||||||
# for electing MASTER, highest priority wins.
|
# for electing MASTER, highest priority wins.
|
||||||
# to be MASTER, make 50 more than other machines.
|
# to be MASTER, make 50 more than other machines.
|
||||||
priority {{ keepalived_priority }}
|
priority {{ keepalived_priority }}
|
||||||
|
notify /usr/local/bin/keepalived-notify.sh
|
||||||
virtual_ipaddress {
|
virtual_ipaddress {
|
||||||
{{ keepalived_ipaddress }}
|
{{ keepalived_ipaddress }}
|
||||||
}
|
}
|
||||||
|
|
||||||
vrrp_sync_group VG_1 {
|
|
||||||
group {
|
|
||||||
VI_1
|
|
||||||
}
|
|
||||||
notify /usr/local/bin/keepalived-notify.sh
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue