We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54a6438 + 71a87e1 commit f782742Copy full SHA for f782742
templates/keepalived-virtual-server.j2
@@ -13,4 +13,7 @@
13
protocol {{ vserver.protocol | default ('TCP') }}
14
{% if vserver.ha_suspend is defined and vserver.ha_suspend %}
15
ha_suspend
16
- {% endif %}
+ {% endif %}
17
+ {% if vserver.inhibit_on_failure is defined and vserver.inhibit_on_failure %}
18
+ inhibit_on_failure
19
0 commit comments