fix: Correct typo in template

This commit is contained in:
Daniel Akulenok
2024-05-14 13:24:54 +02:00
committed by Daniel Akulenok
parent 5ad41a7d0f
commit c4f942000b

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 %}