refactor: Simplify key configuration template by removing macros
This commit is contained in:
committed by
Daniel Akulenok
parent
08f3e5cee9
commit
8a4261c496
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user