Fix config file whitespaces
This commit is contained in:
parent
0482dd69e3
commit
83fc2ba1e8
1 changed files with 3 additions and 0 deletions
|
@ -86,6 +86,7 @@ acl:
|
||||||
|
|
||||||
submission:
|
submission:
|
||||||
{% for zone in zones %}
|
{% for zone in zones %}
|
||||||
|
{% if inventory_hostname in zone.masters %}
|
||||||
|
|
||||||
- id: submission-{{ zone.name }}
|
- id: submission-{{ zone.name }}
|
||||||
check-interval: {{ knot_dnssec_submission_check_interval }}
|
check-interval: {{ knot_dnssec_submission_check_interval }}
|
||||||
|
@ -93,6 +94,8 @@ submission:
|
||||||
{% if zone.parents is defined and zone.parents | length > 0 %}
|
{% if zone.parents is defined and zone.parents | length > 0 %}
|
||||||
parent:{% for parent in zone.parents %} {{ parent }}{% endfor %}
|
parent:{% for parent in zone.parents %} {{ parent }}{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{ %endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
policy:
|
policy:
|
||||||
|
|
Loading…
Reference in a new issue