Merge pull request #24 from genuss/fix_typo

Fix typo in main template
This commit is contained in:
puneet kandhari 2015-09-03 06:07:53 -05:00
commit 11a64f07f8

View file

@ -300,7 +300,7 @@ frontend {{ frontend[1].get('name', frontend[0]) }}
maxconn {{ frontend[1].maxconn }}
{%- endif %}
{%- if 'options' in frontend[1] %}
{{- render_list_of_dictionaries('options', frontend[1].options) }}
{{- render_list_of_dictionaries('option', frontend[1].options) }}
{%- endif %}
{%- if 'uniqueidformat' in frontend[1] %}
unique-id-format {{ frontend[1].uniqueidformat }}