changes to indentation
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{% macro http(seq) %}
|
||||
{% for http in seq if seq is iterable %}
|
||||
http {{ http.name }} {
|
||||
{% filter indent(2, true) %}
|
||||
{% filter indent(bind9_config_indent, true) %}
|
||||
{% if http.endpoints is defined and http.endpoints %}
|
||||
endpoints {
|
||||
{% filter indent(2, true) %}
|
||||
{% filter indent(bind9_config_indent, true) %}
|
||||
{% for endpoint in http.endpoints %}
|
||||
{{ '"' + endpoint + '";' }}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user