Fix more template thinkos

This commit is contained in:
Kevin Fenzi 2014-12-06 21:59:02 +00:00
parent 05b3be215b
commit 28d7977f5b
2 changed files with 3 additions and 2 deletions

View file

@ -9,3 +9,4 @@ eth0_ip: 10.5.126.86
vmhost: virthost10.phx2.fedoraproject.org
datacenter: phx2
master_fas_node: True
gen_cert: True

View file

@ -54,7 +54,7 @@ default_language = 'en'
country_blacklist = ["--", "A1", "A2", "AN", "AS", "AX", "BI", "BL", "BV", "CC", "CU", "CV", "CX", "DM", "FK", "FO", "GF", "GG", "GP", "GS", "GW", "HM", "IO", "IR", "IQ", "JE", "KI", "KP", "MF", "MP", "MS", "MW", "NF", "NR", "NU", "PM", "PN", "RE", "SB", "SD", "SH", "SJ", "SY", "TC", "TF", "TK", "TL", "TV", "UM", "VC", "VG", "WF", "YT"]
# Captcha
tgcaptcha.key = '<%= fasCaptchaSecret %>'
tgcaptcha.key = '{{ fasCaptchaSecret }}'
tgcaptcha.jpeg_generator = 'vanasco_dowty'
###
@ -194,7 +194,7 @@ ykval_db="postgres://ykval_verifier:{{ ykval_verifierPassword }}@db-ykval/ykval"
{% endif %}
# Enable or disable generation of SSL certificates for users
gencert = <%= gen_cert %>
gencert = "{{ gen_cert }}"
makeexec = "/usr/bin/make"
openssl_lockdir = "/var/lock/fedora-ca"