Fix the rest of these.
This commit is contained in:
parent
d104ffd966
commit
87b1411020
4 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
{% if environment equals 'staging' %}
|
||||
{% if environment == 'staging' %}
|
||||
suffix = 'stg.phx2.fedoraproject.org'
|
||||
non_phx_suffix = 'stg.fedoraproject.org'
|
||||
{% else %}
|
||||
|
@ -16,7 +16,7 @@ config = dict(
|
|||
"tcp://app02.%s:301%i" % (suffix, i)
|
||||
for i in range(6)
|
||||
],
|
||||
{% if not environment equals 'staging' %}
|
||||
{% if not environment == 'staging' %}
|
||||
"pkgdb.app03": [
|
||||
"tcp://app03.%s:301%i" % (suffix, i)
|
||||
for i in range(6)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue