Skip to content

Commit c88704a

Browse files
authored
Merge pull request #171 from evrardjp/fix_notify_master_rx_lower_pri
Remove notify_master_rx_lower_pri from sync_group
2 parents 727cb94 + e2cb7ab commit c88704a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

templates/keepalived.conf.j2

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ vrrp_sync_group {{ name }} {
3636
{% if sync_group.notify_master is defined %}
3737
notify_master "{{ sync_group.notify_master }}"
3838
{% 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 %}
4239
{% if sync_group.notify_backup is defined %}
4340
notify_backup "{{ sync_group.notify_backup }}"
4441
{% endif %}

0 commit comments

Comments
 (0)