Move all of the role here
This commit is contained in:
10
templates/named.conf.dlz.j2
Normal file
10
templates/named.conf.dlz.j2
Normal file
@@ -0,0 +1,10 @@
|
||||
{% macro dlz(dlzs) %}
|
||||
{% for dlz in dlzs if dlzs is iterable %}
|
||||
dlz "{{ dlz.name }}" {
|
||||
{% filter indent(2, true) %}
|
||||
{{ ('database "' + simple_item_list(dlz.database) + '";') }}
|
||||
{{ functions.boolean_option('search', dlz.search) }}
|
||||
{% endfilter %}
|
||||
};
|
||||
{% endfor %}
|
||||
{% endmacro %}
|
||||
Reference in New Issue
Block a user