Demacro
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user