changes to indentation

This commit is contained in:
Daniel Akulenok
2022-08-19 22:01:36 +02:00
committed by Daniel Akulenok
parent 425f622094
commit 0b1cd23071
18 changed files with 30 additions and 29 deletions

View File

@@ -3,7 +3,7 @@
{% if item.options is defined and item.options %}
{% from 'named.conf.options.j2' import options with context %}
options {
{% filter indent(2,true)%}
{% filter indent(bind9_config_indent,true)%}
{{ options(item.options) -}}
{% endfilter %}
};