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 %}
|
||||
{%- if 'sources' in zone %}
|
||||
{%- for v in zone.sources %}
|
||||
{%- if 'comment' in v %}
|
||||
<!-- {{ v.comment }} -->
|
||||
<source address="{{ v.source }}" />
|
||||
{%- else %}
|
||||
<source address="{{ v }}" />
|
||||
{%- endif %}
|
||||
{%- endfor %}
|
||||
{%- endif %}
|
||||
{%- if 'services' in zone %}
|
||||
|
Loading…
Reference in New Issue
Block a user