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] [main]
{% if check-compose_wait is defined %} {% if check-compose_wait is defined %}
wait: {{ check-compose_wait }} wait: {{ check-compose_wait }}
{% endif %}
{% if check-compose_email-from is defined %} {% if check-compose_email-from is defined %}
email-from: {{ check-compose_email-from }} email-from: {{ check-compose_email-from }}
{% endif %}
{% if check-compose_email-to is defined %} {% if check-compose_email-to is defined %}
email-to: {{ check-compose_email-to }} email-to: {{ check-compose_email-to }}
{% endif %}
{% if check-compose_smtp is defined %} {% if check-compose_smtp is defined %}
smtp: {{ check-compose_smtp }} smtp: {{ check-compose_smtp }}
{% endif %}
{% if check-compose_json is defined %} {% if check-compose_json is defined %}
json: {{ check-compose_json }} json: {{ check-compose_json }}
{% endif %}
{% if check-compose_loglevel is defined %} {% if check-compose_loglevel is defined %}
loglevel: {{ check-compose_loglevel }} loglevel: {{ check-compose_loglevel }}
{% endif %}