De-macro controls
This commit is contained in:
@@ -15,8 +15,7 @@ options {
|
||||
{% include 'named.conf.primaries.j2' %}
|
||||
{% endif %}
|
||||
{% if item.controls is defined and item.controls %}
|
||||
{% from 'named.conf.controls.j2' import controls with context %}
|
||||
{{ controls(item.controls) }}
|
||||
{% include 'named.conf.controls.j2' %}
|
||||
{% endif %}
|
||||
{% if item.include is defined and item.include %}
|
||||
{% from 'named.conf.include.j2' import include with context %}
|
||||
|
||||
Reference in New Issue
Block a user