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]
|
||||
{% 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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue