diff options
| author | Adam Williamson <awilliam@redhat.com> | 2017-03-04 15:36:13 -0800 |
|---|---|---|
| committer | Adam Williamson <awilliam@redhat.com> | 2017-03-04 15:36:13 -0800 |
| commit | 518ff32b8d7cb01fb045668e28bc57f19b8927fb (patch) | |
| tree | fb8a3eabc1ac3ebae589367642eccc33440ab561 /roles/openqa/server | |
| parent | 167376f4510e8b59eaec962645cb1486b164f700 (diff) | |
| download | ansible-518ff32b8d7cb01fb045668e28bc57f19b8927fb.tar.gz ansible-518ff32b8d7cb01fb045668e28bc57f19b8927fb.tar.xz ansible-518ff32b8d7cb01fb045668e28bc57f19b8927fb.zip | |
openqa/server: enable update test restart plugin on prod
Seems to be working fine in staging, so let's do it.
Diffstat (limited to 'roles/openqa/server')
| -rw-r--r-- | roles/openqa/server/templates/openqa.ini.j2 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/roles/openqa/server/templates/openqa.ini.j2 b/roles/openqa/server/templates/openqa.ini.j2 index b5078d2bc..bc1de4c8e 100644 --- a/roles/openqa/server/templates/openqa.ini.j2 +++ b/roles/openqa/server/templates/openqa.ini.j2 @@ -2,9 +2,7 @@ branding = plain base_url = https://{{ external_hostname }} download_domains = fedoraproject.org -{% if deployment_type is defined and deployment_type == 'prod' %} -plugins = Fedmsg -{% elif deployment_type is defined and deployment_type == 'stg' %} +{% if deployment_type is defined %} plugins = Fedmsg FedoraUpdateRestart {% endif %} hide_asset_types = repo iso hdd |
