Bugfix 3
This commit is contained in:
parent
8b86782842
commit
0482dd69e3
1 changed files with 1 additions and 6 deletions
|
@ -91,12 +91,7 @@ submission:
|
|||
check-interval: {{ knot_dnssec_submission_check_interval }}
|
||||
timeout: {{ knot_dnssec_submission_timeout }}
|
||||
{% if zone.parents is defined and zone.parents | length > 0 %}
|
||||
parent:
|
||||
{% for parent in zone.parents | default([]) %}
|
||||
- {{ parent }}
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
parent: []
|
||||
parent:{% for parent in zone.parents %} {{ parent }}{% endfor %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue