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]
{% if checkcompose_wait is defined %}
wait: {{ check-compose_wait }}
wait: {{ checkcompose_wait }}
{% endif %}
{% if checkcompose_emailfrom is defined %}
email-from: {{ check-compose_emailfrom }}
email-from: {{ checkcompose_emailfrom }}
{% endif %}
{% if checkcompose_emailto is defined %}
email-to: {{ check-compose_emailto }}
email-to: {{ checkcompose_emailto }}
{% endif %}
{% if checkcompose_smtp is defined %}
smtp: {{ check-compose_smtp }}
smtp: {{ checkcompose_smtp }}
{% endif %}
{% if checkcompose_json is defined %}
json: {{ check-compose_json }}
json: {{ checkcompose_json }}
{% endif %}
{% if checkcompose_loglevel is defined %}
loglevel: {{ check-compose_loglevel }}
loglevel: {{ checkcompose_loglevel }}
{% endif %}