Fix typo in option

This commit is contained in:
a.genus 2015-09-03 13:31:44 +03:00
parent d229d41703
commit 5c35c305f6

View file

@ -281,7 +281,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 }}