coreos: fix endpoint names.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-08-16 19:49:06 +00:00 committed by Pierre-Yves Chibon
parent cb7ac41047
commit 3a0cf0ca82

View file

@ -293,19 +293,19 @@
when: env == "staging"
- role: httpd/website
site_name: "raw-updates.updates.coreos{{ env_suffix }}.fedoraproject.org"
site_name: "raw-updates.coreos{{ env_suffix }}.fedoraproject.org"
sslonly: true
certbot: true
tags:
- raw-updates.updates.coreos.fedoraproject.org
- raw-updates.coreos.fedoraproject.org
when: env == "staging"
- role: httpd/website
site_name: "status.raw-updates.updates.coreos{{ env_suffix }}.fedoraproject.org"
site_name: "status.raw-updates.coreos{{ env_suffix }}.fedoraproject.org"
sslonly: true
certbot: true
tags:
- status.raw-updates.updates.coreos.fedoraproject.org
- status.raw-updates.coreos.fedoraproject.org
when: env == "staging"
- role: httpd/website