openqa/server: enable update test restart plugin on prod

Seems to be working fine in staging, so let's do it.
This commit is contained in:
Adam Williamson 2017-03-04 15:36:13 -08:00
parent 167376f451
commit 518ff32b8d

View file

@ -2,9 +2,7 @@
branding = plain branding = plain
base_url = https://{{ external_hostname }} base_url = https://{{ external_hostname }}
download_domains = fedoraproject.org download_domains = fedoraproject.org
{% if deployment_type is defined and deployment_type == 'prod' %} {% if deployment_type is defined %}
plugins = Fedmsg
{% elif deployment_type is defined and deployment_type == 'stg' %}
plugins = Fedmsg FedoraUpdateRestart plugins = Fedmsg FedoraUpdateRestart
{% endif %} {% endif %}
hide_asset_types = repo iso hdd hide_asset_types = repo iso hdd