knotd: fix knotd__queryacl type

This commit is contained in:
jeltz 2022-08-18 19:50:35 +02:00
parent 9f8dcecf63
commit b1f26f2cd7
Signed by: jeltz
GPG Key ID: 800882B66C0C3326
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ knotd__cds_cdnskey_publish: rollover
knotd__acl: [] knotd__acl: []
knotd__acl_update_owner: name knotd__acl_update_owner: name
knotd__acl_update_owner_match: equal knotd__acl_update_owner_match: equal
knotd__queryacl: [] knotd__queryacl: {}
knotd__zones_dir: "{{ knotd__database_dir }}/zones" knotd__zones_dir: "{{ knotd__database_dir }}/zones"
knotd__semantic_checks: true knotd__semantic_checks: true
knotd__serial_policy: increment knotd__serial_policy: increment
@ -23,6 +23,6 @@ knotd__zones: []
knotd__soa_refresh: 1d knotd__soa_refresh: 1d
knotd__soa_retry: 2h knotd__soa_retry: 2h
knotd__soa_expire: 1000h knotd__soa_expire: 1000h
knotd__soa_minimum: 48h knotd__soa_minimum: 1d
knotd__dnssec_validation: true knotd__dnssec_validation: true
... ...

View File

@ -90,7 +90,7 @@ acl:
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% if knotd__queryacl.items() %} {% if knotd__queryacl %}
mod-queryacl: mod-queryacl:
{% for id, acl in knotd__queryacl.items() %} {% for id, acl in knotd__queryacl.items() %}
- id: {{ id }} - id: {{ id }}