Skip to content

Commit

Permalink
Merge pull request #171 from evrardjp/fix_notify_master_rx_lower_pri
Browse files Browse the repository at this point in the history
Remove notify_master_rx_lower_pri from sync_group
  • Loading branch information
evrardjp authored Mar 4, 2021
2 parents 727cb94 + e2cb7ab commit c88704a
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 c88704a

Please sign in to comment.