key demacro

This commit is contained in:
Daniel Akulenok
2024-05-14 14:01:49 +02:00
parent dfd93ecfea
commit a06fa3d679
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 %}