Demacro http

This commit is contained in:
Daniel Akulenok
2024-05-14 13:47:03 +02:00
parent 128b947ea2
commit 87c276c55b
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 %}