knotd: fix knotd__queryacl type

dns
jeltz 2 years ago
parent 9f8dcecf63
commit b1f26f2cd7
Signed by: jeltz
GPG Key ID: 800882B66C0C3326

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

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

Loading…
Cancel
Save