Move developer.fedoraproject.org site live.
This commit is contained in:
parent
c15440b633
commit
94d1d057ff
3 changed files with 3 additions and 5 deletions
|
@ -49,7 +49,7 @@
|
|||
- role: membership-map/build
|
||||
when: master_sundries_node
|
||||
- role: developer/build
|
||||
when: master_sundries_node and env == "staging"
|
||||
when: master_sundries_node
|
||||
|
||||
tasks:
|
||||
- include: "{{ tasks }}/yumrepos.yml"
|
||||
|
|
|
@ -41,5 +41,4 @@
|
|||
website: docs.fedoraproject.org
|
||||
|
||||
- role: developer/website
|
||||
website: developer.stg.fedoraproject.org
|
||||
when: env == "staging"
|
||||
website: developer.fedoraproject.org
|
||||
|
|
|
@ -422,13 +422,12 @@
|
|||
cert_name: "{{wildcard_cert_name}}"
|
||||
|
||||
- role: httpd/website
|
||||
name: developer.stg.fedoraproject.org
|
||||
name: developer.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue