We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 727cb94 + e2cb7ab commit c88704aCopy full SHA for c88704a
templates/keepalived.conf.j2
@@ -36,9 +36,6 @@ vrrp_sync_group {{ name }} {
36
{% if sync_group.notify_master is defined %}
37
notify_master "{{ sync_group.notify_master }}"
38
{% endif %}
39
- {% if sync_group.notify_master_rx_lower_pri is defined %}
40
- notify_master_rx_lower_pri "{{ sync_group.notify_master_rx_lower_pri }}"
41
- {% endif %}
42
{% if sync_group.notify_backup is defined %}
43
notify_backup "{{ sync_group.notify_backup }}"
44
0 commit comments