More adjustments to bring developer.stg alive.

This commit is contained in:
Kevin Fenzi 2015-10-27 17:26:36 +00:00
parent b291804963
commit 935da755a9
2 changed files with 10 additions and 1 deletions

View file

@ -421,6 +421,15 @@
gzip: true
cert_name: "{{wildcard_cert_name}}"
- role: httpd/website
name: developer.stg.fedoraproject.org
server_aliases: [developer.stg.fedoraproject.org]
# Set this explicitly to stg here.. as per the original puppet config.
SSLCertificateChainFile: wildcard-2014.stg.fedoraproject.org.intermediate.cert
sslonly: true
cert_name: "{{wildcard_cert_name}}"
when: env == "staging"
# Kinda silly that we have two entries here, one for prod and one for stg.
# This is inherited from our puppet setup -- we can collapse them as soon as
# is convenient. -- threebean

View file

@ -1,2 +1,2 @@
MAILTO=web-members@fedoraproject.org
45 * * * * apache /usr/local/bin/lock-wrapper developer-rss-update /srv/web/developer.fedoraproject.org/rss.py /srv/web/developer.fedoraproject.org/index.html
45 * * * * apache /usr/local/bin/lock-wrapper developer-rss-update cd /srv/web/developer.fedoraproject.org/; python rss.py /srv/web/developer.fedoraproject.org/index.html