keepalived: use existance test, not just bool.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
6f5c9fbb76
commit
d762294dcb
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ vrrp_instance VI_1 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
{% if keepalived2_ipaddress %}
|
{% if keepalived2_ipaddress is defined %}
|
||||||
vrrp_instance VI_2 {
|
vrrp_instance VI_2 {
|
||||||
# initial state
|
# initial state
|
||||||
state MASTER
|
state MASTER
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue