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 18b5c5a20f
commit ac99d7b5c8

View File

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