check-compose: d'oh, template missing endifs

This commit is contained in:
Adam Williamson 2015-12-04 18:56:06 -08:00
parent 6babdc1883
commit 3becc32a39

View file

@ -1,13 +1,19 @@
[main]
{% if check-compose_wait is defined %}
wait: {{ check-compose_wait }}
{% endif %}
{% if check-compose_email-from is defined %}
email-from: {{ check-compose_email-from }}
{% endif %}
{% if check-compose_email-to is defined %}
email-to: {{ check-compose_email-to }}
{% endif %}
{% if check-compose_smtp is defined %}
smtp: {{ check-compose_smtp }}
{% endif %}
{% if check-compose_json is defined %}
json: {{ check-compose_json }}
{% endif %}
{% if check-compose_loglevel is defined %}
loglevel: {{ check-compose_loglevel }}
{% endif %}