re-adding empty vars to let templates finish for now

This commit is contained in:
Tim Flink 2016-03-21 22:42:58 +00:00
parent afbfecbbd7
commit 6c556b9c79

View file

@ -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