changes to indentation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% macro trust_anchors(trust_anchors) %}
|
||||
trust-anchors {
|
||||
{% filter indent(2, true) %}
|
||||
{% filter indent(bind9_config_indent, true) %}
|
||||
{% for anchor in trust_anchors if trust_anchors is iterable %}
|
||||
{{ (anchor.name | string) -}}
|
||||
{{ (' ' + anchor.type) -}}
|
||||
|
||||
Reference in New Issue
Block a user