No need to install stg ssl certs in production.

This commit is contained in:
Kevin Fenzi 2016-02-14 16:46:43 +00:00
parent 6008c36bdf
commit 7a12d3e0e4

View file

@ -26,6 +26,7 @@
- role: httpd/certificate
name: wildcard-2014.stg.fedoraproject.org
SSLCertificateChainFile: wildcard-2014.stg.fedoraproject.org.intermediate.cert
when: env == "staging"
- role: httpd/certificate
name: fedoramagazine.org
@ -42,4 +43,4 @@
- role: httpd/certificate
name: qa.stg.fedoraproject.org
SSLCertificateChainFile: qa.stg.fedoraproject.org.intermediate.cert
when: env == "staging"