refactor: Simplify key configuration template by removing macros

This commit is contained in:
Daniel Akulenok
2024-05-14 14:01:49 +02:00
committed by Daniel Akulenok
parent 08f3e5cee9
commit 8a4261c496
2 changed files with 2 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ options {
{% include 'named.conf.http.j2' %}
{% endif %}
{% if item.keylist is defined and item.keylist %}
{% from 'named.conf.key.j2' import keylist with context %}
{% include 'named.conf.key.j2' %}
{{ keylist(item.keylist) }}
{% endif %}
{% if item.logging is defined and item.logging %}