demacro zone and view
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
# Zones Macro
|
||||
{% macro zones(zones) -%}
|
||||
{% for zone in zones %}
|
||||
{% for zone in item.zones %}
|
||||
zone "{{ zone.name }}" {
|
||||
{% filter indent(bind9_config_indent, true) %}
|
||||
# Zone {{ zone.name }} type {{ zone.type }}
|
||||
@@ -159,4 +158,3 @@ parental-source-v6 {{ zone.parental_source_v6.address -}}
|
||||
};
|
||||
|
||||
{% endfor %}
|
||||
{% endmacro %}
|
||||
Reference in New Issue
Block a user