refactor: Remove macro usage from HTTP configuration template
This commit is contained in:
committed by
Daniel Akulenok
parent
b7fddc8313
commit
ae53aefd3b
@@ -1,8 +1,6 @@
|
||||
{% macro dyndb(dyndbs) %}
|
||||
{% for dyndb in dyndbs if dyndbs is iterable %}
|
||||
{% for dyndb in item.dyndb if item.dyndb is iterable %}
|
||||
dyndb {{ dyndb.name }} "{{ dyndb.driver }}" {
|
||||
{% filter indent(bind9_config_indent, true) %}
|
||||
{{ functions.simple_item_list(dyndb.parameters) -}}
|
||||
{% endfilter %}};
|
||||
{% endfor %}
|
||||
{% endmacro %}
|
||||
Reference in New Issue
Block a user