add %% before a one_ha_role
This commit is contained in:
parent
6ba09e0eaa
commit
79b5d8e86d
|
@ -170,7 +170,7 @@ RAFT = [
|
|||
XMLRPC_TIMEOUT_MS = 450
|
||||
]
|
||||
|
||||
%if %%enable_one_ha == 'oui' and one_ha_role == 'leader'
|
||||
%if %%enable_one_ha == 'oui' and %%one_ha_role == 'leader'
|
||||
# Executed when a server transits from follower->leader
|
||||
RAFT_LEADER_HOOK = [
|
||||
COMMAND = "raft/vip.sh",
|
||||
|
|
Loading…
Reference in New Issue