re-adding empty vars to let templates finish for now
This commit is contained in:
parent
afbfecbbd7
commit
6c556b9c79
1 changed files with 3 additions and 1 deletions
|
@ -20,6 +20,8 @@ external_hostname: qa.stg.fedoraproject.org
|
|||
# not needed with new setup
|
||||
#sslcertfile: qa-stg.qa.fedoraproject.org.cert
|
||||
#sslkeyfile: qa-stg.qa.fedoraproject.org.key
|
||||
sslcertfile: ''
|
||||
sslkeyfile: ''
|
||||
sslintermediatecertfile: ''
|
||||
|
||||
mariadb_host: localhost
|
||||
|
@ -77,7 +79,7 @@ tcp_ports: [ 80, 222, 443, "{{ buildslave_port }}", 3306 ]
|
|||
# static sites
|
||||
static_sites:
|
||||
- name: docs.{{ external_hostname }}
|
||||
document_root: /var/www/docs
|
||||
document_root: /srv/content/docs
|
||||
sslonly: false
|
||||
|
||||
freezes: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue