This commit is contained in:
Daniel Akulenok
2024-05-14 13:24:54 +02:00
parent da0f4d9189
commit cdecd8c05c

View File

@@ -12,7 +12,7 @@ options {
{% include 'named.conf.acl.j2' %} {% include 'named.conf.acl.j2' %}
{% endif %} {% endif %}
{% if item.primaries is defined and item.primaries %} {% if item.primaries is defined and item.primaries %}
{% include 'named.conf.primaries' %} {% include 'named.conf.primaries.j2' %}
{% endif %} {% endif %}
{% if item.controls is defined and item.controls %} {% if item.controls is defined and item.controls %}
{% from 'named.conf.controls.j2' import controls with context %} {% from 'named.conf.controls.j2' import controls with context %}