refactor: Remove macro usage from HTTP configuration template

This commit is contained in:
Daniel Akulenok
2024-05-14 13:47:03 +02:00
parent 057e06ec72
commit f6bad45074
2 changed files with 2 additions and 5 deletions

View File

@@ -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 %}