check-compose: damnit, more dashes

This commit is contained in:
Adam Williamson 2015-12-04 19:19:52 -08:00
parent 3c617216f9
commit 4e1ac4993c

View file

@ -1,19 +1,19 @@
[main] [main]
{% if checkcompose_wait is defined %} {% if checkcompose_wait is defined %}
wait: {{ check-compose_wait }} wait: {{ checkcompose_wait }}
{% endif %} {% endif %}
{% if checkcompose_emailfrom is defined %} {% if checkcompose_emailfrom is defined %}
email-from: {{ check-compose_emailfrom }} email-from: {{ checkcompose_emailfrom }}
{% endif %} {% endif %}
{% if checkcompose_emailto is defined %} {% if checkcompose_emailto is defined %}
email-to: {{ check-compose_emailto }} email-to: {{ checkcompose_emailto }}
{% endif %} {% endif %}
{% if checkcompose_smtp is defined %} {% if checkcompose_smtp is defined %}
smtp: {{ check-compose_smtp }} smtp: {{ checkcompose_smtp }}
{% endif %} {% endif %}
{% if checkcompose_json is defined %} {% if checkcompose_json is defined %}
json: {{ check-compose_json }} json: {{ checkcompose_json }}
{% endif %} {% endif %}
{% if checkcompose_loglevel is defined %} {% if checkcompose_loglevel is defined %}
loglevel: {{ check-compose_loglevel }} loglevel: {{ checkcompose_loglevel }}
{% endif %} {% endif %}