set cert_name here so non ssl sites do not complain about it in template
This commit is contained in:
parent
c0c992ede7
commit
7f7c38c178
1 changed files with 4 additions and 0 deletions
|
@ -88,6 +88,10 @@ max_cpu: "{{ num_cpus * 5 }}"
|
|||
# the staging group and is used in the proxies.yml playbook.
|
||||
wildcard_cert_name: wildcard-2014.fedoraproject.org
|
||||
|
||||
# We define this here so non ssl sites can still use the same template as ssl sites
|
||||
# without ansible getting mad that cert_name isn't defined (even though it doesn't use it)
|
||||
cert_name: undefined
|
||||
|
||||
# By default, nodes get no fedmsg certs. They need to declare them explicitly.
|
||||
fedmsg_certs: []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue