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