From 79b05e09dd623357aeaf5237bbc3c49dce39054a Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Thu, 14 Apr 2016 03:56:32 +0000 Subject: [PATCH] forgot to define website for beaker.qa.fp.o --- playbooks/include/proxies-websites.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 15cb47e773..278a713d8b 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -571,6 +571,14 @@ sslonly: true cert_name: "{{wildcard_cert_name}}" + - role: httpd/website + name: beaker.qa.fedoraproject.org + server_aliases: [beaker.qa.fedoraproject.org] + # Set this explicitly to stg here.. as per the original puppet config. + SSLCertificateChainFile: qa.fedoraproject.org.intermediate.cert + sslonly: true + cert_name: "qa.fedoraproject.org" + - role: httpd/website name: beaker.stg.fedoraproject.org server_aliases: [beaker.stg.fedoraproject.org]