Skip to content

Commit

Permalink
Remove notify_master_rx_lower_pri from sync_group
Browse files Browse the repository at this point in the history
There is no such thing as notify_master_rx_lower_pri for
sync_groups.

This should fix it incorrect templates.
  • Loading branch information
evrardjp committed Mar 3, 2021
1 parent 727cb94 commit e2cb7ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions templates/keepalived.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ vrrp_sync_group {{ name }} {
{% if sync_group.notify_master is defined %}
notify_master "{{ sync_group.notify_master }}"
{% endif %}
{% if sync_group.notify_master_rx_lower_pri is defined %}
notify_master_rx_lower_pri "{{ sync_group.notify_master_rx_lower_pri }}"
{% endif %}
{% if sync_group.notify_backup is defined %}
notify_backup "{{ sync_group.notify_backup }}"
{% endif %}
Expand Down

0 comments on commit e2cb7ab

Please sign in to comment.