demacro dnssec_policy
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
{% macro dnssec_policy(policies) %}
|
||||
{% for policy in policies if policies is iterable %}
|
||||
{% for policy in item.dnssec_policy if item.dnssec_policy is iterable %}
|
||||
dnssec-policy "{{ policy.name }}" {
|
||||
{% filter indent(bind9_config_indent, true) %}
|
||||
{% if policy.keys is defined and policy.keys %}
|
||||
@@ -36,4 +35,3 @@ nsec3param
|
||||
{% endfilter %}
|
||||
};
|
||||
{% endfor %}
|
||||
{% endmacro %}
|
||||
Reference in New Issue
Block a user