changes to indentation
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% macro dlz(dlzs) %}
|
||||
{% for dlz in dlzs if dlzs is iterable %}
|
||||
dlz "{{ dlz.name }}" {
|
||||
{% filter indent(2, true) %}
|
||||
{% filter indent(bind9_config_indent, true) %}
|
||||
{{ ('database "' + simple_item_list(dlz.database) + '";') }}
|
||||
{{ functions.boolean_option('search', dlz.search) }}
|
||||
{% endfilter %}
|
||||
|
||||
Reference in New Issue
Block a user