trust anchors
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{% macro trust_anchors(trust_anchors) %}
|
||||
trust-anchors {
|
||||
{% filter indent(bind9_config_indent, true) %}
|
||||
{% for anchor in trust_anchors if trust_anchors is iterable %}
|
||||
{% for anchor in item.trust_anchors if item.trust_anchors is iterable %}
|
||||
{{ (anchor.name | string) -}}
|
||||
{{ (' ' + anchor.type) -}}
|
||||
{{ (' ' + anchor.flags | string) -}}
|
||||
@@ -10,4 +9,3 @@ trust-anchors {
|
||||
{{ (' "' + anchor.key + '"') -}};
|
||||
{% endfor %}
|
||||
{% endfilter %}};
|
||||
{% endmacro %}
|
||||
Reference in New Issue
Block a user