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:
|
||||
{% for zone in zones %}
|
||||
{% if inventory_hostname in zone.masters %}
|
||||
|
||||
- id: submission-{{ zone.name }}
|
||||
check-interval: {{ knot_dnssec_submission_check_interval }}
|
||||
|
@ -93,6 +94,8 @@ submission:
|
|||
{% if zone.parents is defined and zone.parents | length > 0 %}
|
||||
parent:{% for parent in zone.parents %} {{ parent }}{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
{ %endif %}
|
||||
{% endfor %}
|
||||
|
||||
policy:
|
||||
|
|
Loading…
Reference in a new issue