openqa/dispatcher: stupid typo template fix

This commit is contained in:
Adam Williamson 2016-03-30 17:20:01 -07:00
parent 1ef512244d
commit bafd415395

View file

@ -1,7 +1,7 @@
config = {
{% if openqa_consumer %}
'fedora_openqa_schedule.consumer.enabled': True,
{% endif $}
{% endif %}
{% if wikitcms_user is defined and wikitcms_password is defined %}
{% if deployment_type is defined and deployment_type == 'prod' %}
'fedora_openqa_schedule.wiki.consumer.prod.enabled': True,