changes to indentation
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{% macro zones(zones) -%}
|
||||
{% for zone in zones %}
|
||||
zone "{{ zone.name }}" {
|
||||
{% filter indent(2, true) %}
|
||||
{% filter indent(bind9_config_indent, true) %}
|
||||
# Zone {{ zone.name }} type {{ zone.type }}
|
||||
{# Most critical/defining statements first #}
|
||||
{{ ('type ' + zone.type | string+';\n') if zone.type is defined and zone.type -}}
|
||||
@@ -24,7 +24,7 @@ zone "{{ zone.name }}" {
|
||||
update-policy local;
|
||||
{% else %}
|
||||
update-policy {
|
||||
{% filter indent(2, true) %}
|
||||
{% filter indent(bind9_config_indent, true) %}
|
||||
{% for policy in zone.update_policy %}
|
||||
{{ policy.permission -}}
|
||||
{{ ' ' + policy.identity -}}
|
||||
|
||||
Reference in New Issue
Block a user