Skip to content

Commit f782742

Browse files
authored
Merge pull request #275 from dhoffend/inhibit-on-failure
Support virtualserver/inhibit_on_failure
2 parents 54a6438 + 71a87e1 commit f782742

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

templates/keepalived-virtual-server.j2

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@
1313
protocol {{ vserver.protocol | default ('TCP') }}
1414
{% if vserver.ha_suspend is defined and vserver.ha_suspend %}
1515
ha_suspend
16-
{% endif %}
16+
{% endif %}
17+
{% if vserver.inhibit_on_failure is defined and vserver.inhibit_on_failure %}
18+
inhibit_on_failure
19+
{% endif %}

0 commit comments

Comments
 (0)