diff options
| author | Adam Williamson <awilliam@redhat.com> | 2016-05-24 11:07:07 -0700 |
|---|---|---|
| committer | Adam Williamson <awilliam@redhat.com> | 2016-05-24 11:08:35 -0700 |
| commit | a0a335ed4dcd57fab45dafd3ae8f86bce103194b (patch) | |
| tree | ab2fc159e1a08b725b6c909f461871d458e48f26 /roles/openqa/server | |
| parent | 97b1e0e3df81c4bd9debd3dbde5d4feeaf7086c4 (diff) | |
| download | ansible-a0a335ed4dcd57fab45dafd3ae8f86bce103194b.tar.gz ansible-a0a335ed4dcd57fab45dafd3ae8f86bce103194b.tar.xz ansible-a0a335ed4dcd57fab45dafd3ae8f86bce103194b.zip | |
openqa/server: hide asset download links
this will only work with the new openqa package builds I just
did, but won't break anything with older ones. With a new enough
openQA package, it'll prevent the web UI from showing download
links for ISOs and HDD files.
Diffstat (limited to 'roles/openqa/server')
| -rw-r--r-- | roles/openqa/server/templates/openqa.ini.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openqa/server/templates/openqa.ini.j2 b/roles/openqa/server/templates/openqa.ini.j2 index 0ecca1610..bdc8a5356 100644 --- a/roles/openqa/server/templates/openqa.ini.j2 +++ b/roles/openqa/server/templates/openqa.ini.j2 @@ -3,6 +3,7 @@ branding = plain base_url = https://{{ external_hostname }} download_domains = fedoraproject.org plugins = Fedmsg +hide_asset_types = repo iso hdd [auth] method=OpenID |
