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