Fix config file whitespaces
This commit is contained in:
parent
a339290de7
commit
4680285605
1 changed files with 1 additions and 1 deletions
|
@ -93,8 +93,8 @@ submission:
|
||||||
timeout: {{ knot_dnssec_submission_timeout }}
|
timeout: {{ knot_dnssec_submission_timeout }}
|
||||||
{% 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 %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue