commit
11a64f07f8
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ frontend {{ frontend[1].get('name', frontend[0]) }}
|
||||||
maxconn {{ frontend[1].maxconn }}
|
maxconn {{ frontend[1].maxconn }}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- if 'options' in frontend[1] %}
|
{%- if 'options' in frontend[1] %}
|
||||||
{{- render_list_of_dictionaries('options', frontend[1].options) }}
|
{{- render_list_of_dictionaries('option', frontend[1].options) }}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- if 'uniqueidformat' in frontend[1] %}
|
{%- if 'uniqueidformat' in frontend[1] %}
|
||||||
unique-id-format {{ frontend[1].uniqueidformat }}
|
unique-id-format {{ frontend[1].uniqueidformat }}
|
||||||
|
|
Loading…
Reference in a new issue