Merge pull request #6 from frots/patch-3

Small typo fix in keepalived.jinja
This commit is contained in:
Forrest 2015-10-15 12:36:36 -07:00
commit 5fb3c2b5f0

View File

@ -130,7 +130,7 @@ vrrp_instance {{ instance[1].get('name', instance[0]) }} {
{%- endfor%}
}
{%- endif %}
{%- if 'dont_tack_primary' in instance[1] and instance[1].get('dont_track_primary') %}
{%- if 'dont_track_primary' in instance[1] and instance[1].get('dont_track_primary') %}
dont_track_primary
{%- endif %}
{%- if 'mcast_src_ip' in instance[1] %}