Typofix.
This commit is contained in:
parent
afc02b0bb5
commit
e7b63b091a
1 changed files with 2 additions and 2 deletions
|
@ -104,8 +104,8 @@ config = dict(
|
|||
# Dynamically generate endpoint declarations from our wsgi app vars.
|
||||
# Eventually, replace *all* fedmsg endpoint definitions with this one loop
|
||||
{% for host in groups['all'] %}
|
||||
{% if 'fedmsg_wsgi_service' in hostvars[host] %}
|
||||
"{{hostvars[host]['fedmsg_wsgi_service']}}.{{hostvars[host].split('.')|first}}": [
|
||||
{% if 'wsgi_fedmsg_service' in hostvars[host] %}
|
||||
"{{hostvars[host]['wsgi_fedmsg_service']}}.{{hostvars[host].split('.')|first}}": [
|
||||
{% for i in range(wsgi_procs * wsgi_threads) %}
|
||||
"tcp://{{host}}:30{{'%02d' % i}}",
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue