Merge pull request #9 from Hoovism/master
Added comment option for zone sources.
This commit is contained in:
commit
97fac49bfd
@ -10,7 +10,12 @@
|
|||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- if 'sources' in zone %}
|
{%- if 'sources' in zone %}
|
||||||
{%- for v in zone.sources %}
|
{%- for v in zone.sources %}
|
||||||
|
{%- if 'comment' in v %}
|
||||||
|
<!-- {{ v.comment }} -->
|
||||||
|
<source address="{{ v.source }}" />
|
||||||
|
{%- else %}
|
||||||
<source address="{{ v }}" />
|
<source address="{{ v }}" />
|
||||||
|
{%- endif %}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- if 'services' in zone %}
|
{%- if 'services' in zone %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user