refactor: Remove macro usage from HTTP configuration template
This commit is contained in:
committed by
Daniel Akulenok
parent
ae53aefd3b
commit
08f3e5cee9
@@ -30,8 +30,7 @@ options {
|
||||
{% include 'named.conf.dyndb.j2' %}
|
||||
{% endif %}
|
||||
{% if item.http is defined and item.http %}
|
||||
{% from 'named.conf.http.j2' import http with context %}
|
||||
{{ http(item.http) }}
|
||||
{% include 'named.conf.http.j2' %}
|
||||
{% endif %}
|
||||
{% if item.keylist is defined and item.keylist %}
|
||||
{% from 'named.conf.key.j2' import keylist with context %}
|
||||
|
||||
Reference in New Issue
Block a user