changes to indentation
This commit is contained in:
@@ -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 %}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user