Demacro dlz
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
{% macro dlz(dlzs) %}
|
||||
{% for dlz in dlzs if dlzs is iterable %}
|
||||
{% for dlz in item.dlz if item.dlz is iterable %}
|
||||
dlz "{{ dlz.name }}" {
|
||||
{% filter indent(bind9_config_indent, true) %}
|
||||
{{ ('database "' + simple_item_list(dlz.database) + '";') }}
|
||||
@@ -7,4 +6,3 @@ dlz "{{ dlz.name }}" {
|
||||
{% endfilter %}
|
||||
};
|
||||
{% endfor %}
|
||||
{% endmacro %}
|
||||
Reference in New Issue
Block a user