check-compose: d'oh, template missing endifs
This commit is contained in:
parent
6babdc1883
commit
3becc32a39
1 changed files with 6 additions and 0 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue