diff options
| author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2014-10-01 16:58:07 +0200 |
|---|---|---|
| committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2014-10-01 16:58:28 +0200 |
| commit | cd8ab5fd2425ea2ba7664d2f878fd0a7bd4a0935 (patch) | |
| tree | fe599e6be397b259b2497492fab79458fd3a2856 /roles/fedmsg | |
| parent | e83f4d027ab5e268e1bb5c81cbffe3e7178c255d (diff) | |
Drop the .vpn from the anitya hosts
Diffstat (limited to 'roles/fedmsg')
| -rw-r--r-- | roles/fedmsg/base/templates/ssl.py.j2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/roles/fedmsg/base/templates/ssl.py.j2 b/roles/fedmsg/base/templates/ssl.py.j2 index 2a9284248..2a55f4e1a 100644 --- a/roles/fedmsg/base/templates/ssl.py.j2 +++ b/roles/fedmsg/base/templates/ssl.py.j2 @@ -170,10 +170,10 @@ config = dict( ("fedora_elections.elections01", "fedora_elections-elections01.%s" % suffix), ("fedora_elections.elections02", "fedora_elections-elections02.%s" % suffix), - ("shell.anitya-frontend01", "shell-anitya-frontend01.vpn.fedoraproject.org"), - ("anitya.anitya-frontend01", "anitya-anitya-frontend01.vpn.fedoraproject.org"), - ("shell.anitya-backend01", "shell-anitya-backend01.vpn.fedoraproject.org"), - ("anitya.anitya-backend01", "anitya-anitya-backend01.vpn.fedoraproject.org"), + ("shell.anitya-frontend01", "shell-anitya-frontend01.fedoraproject.org"), + ("anitya.anitya-frontend01", "anitya-anitya-frontend01.fedoraproject.org"), + ("shell.anitya-backend01", "shell-anitya-backend01.fedoraproject.org"), + ("anitya.anitya-backend01", "anitya-anitya-backend01.fedoraproject.org"), # This is for the copr backend, which is a little different. The # "cert-prefix" is just "copr", and is hardcoded in |
