From e2cb7abb5d8f03ca877e4d58b993377e11686a7c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Wed, 3 Mar 2021 17:12:27 +0100 Subject: [PATCH] Remove notify_master_rx_lower_pri from sync_group There is no such thing as notify_master_rx_lower_pri for sync_groups. This should fix it incorrect templates. --- templates/keepalived.conf.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/keepalived.conf.j2 b/templates/keepalived.conf.j2 index 93b4918..72cd256 100644 --- a/templates/keepalived.conf.j2 +++ b/templates/keepalived.conf.j2 @@ -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 %}