Skip to content

Commit

Permalink
Merge pull request #275 from dhoffend/inhibit-on-failure
Browse files Browse the repository at this point in the history
Support virtualserver/inhibit_on_failure
  • Loading branch information
evrardjp authored Apr 1, 2023
2 parents 54a6438 + 71a87e1 commit f782742
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion templates/keepalived-virtual-server.j2
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@
protocol {{ vserver.protocol | default ('TCP') }}
{% if vserver.ha_suspend is defined and vserver.ha_suspend %}
ha_suspend
{% endif %}
{% endif %}
{% if vserver.inhibit_on_failure is defined and vserver.inhibit_on_failure %}
inhibit_on_failure
{% endif %}

0 comments on commit f782742

Please sign in to comment.