fix newline to make service.xml files more readable

This commit is contained in:
Niels Abspoel 2015-05-25 15:30:52 +02:00
parent 8afeae049f
commit e77a52cf27

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<service> <service version="1">
{%- if 'short' in service %}<short>{{ service.short }}</short>{%- else %}<short>{{ name }}</short>{%- endif %} {% if 'short' in service %}<short>{{ service.short }}</short>{%- else %}<short>{{ name }}</short>{%- endif %}
{%- if 'description' in service %}<description>{{ service.description }}</description>{%- endif %} {% if 'description' in service %}<description>{{ service.description }}</description>{%- endif %}
{%- if 'ports' in service %} {%- if 'ports' in service %}
{%- if 'tcp' in service.ports %} {%- if 'tcp' in service.ports %}
{%- for v in service.ports.tcp %} {%- for v in service.ports.tcp %}