Skip to content
Snippets Groups Projects
Commit f71a44c9 authored by David Kempe's avatar David Kempe
Browse files

sync should be optional

parent 40682fc6
Branches master
Tags v2.0.4
No related merge requests found
......@@ -53,7 +53,7 @@ vrrp_instance {{ instance.name }} {
}
{% endfor %}
{% if keepalived_sync_group is defined %}
{% if keepalived_sync_group is defined and keepalived_sync_group == True %}
vrrp_sync_group link_instances {
group {
{% for instance in keepalived_instance %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment