This commit is contained in:
Daniel Akulenok
2024-05-14 14:12:19 +02:00
parent 8077d8c05c
commit 52d5fa2d3f
3 changed files with 5 additions and 12 deletions

View File

@@ -34,15 +34,12 @@ options {
{% endif %}
{% if item.keylist is defined and item.keylist %}
{% include 'named.conf.key.j2' %}
{{ keylist(item.keylist) }}
{% endif %}
{% if item.logging is defined and item.logging %}
{% from 'named.conf.logging.j2' import logging with context %}
{{ logging(item.logging) }}
{% include 'named.conf.logging.j2' %}
{% endif %}
{% if item.parental_agents is defined and item.parental_agents %}
{% from 'named.conf.parental-agents.j2' import parental_agents with context %}
{{ parental_agents(item.parental_agents) -}}
{% include 'named.conf.parental-agents.j2' %}
{% endif %}
{% if item.server is defined and item.server %}
{% from 'named.conf.server.j2' import server with context %}