koji_hub: fix another conditional that only had one =
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
49d9f1bdd0
commit
2f2ba91754
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ LogLevel = koji._koji_plugin__koji-fedoramessaging:DEBUG
|
|||
LogFormat = %(asctime)s [%(levelname)s] m=%(method)s u=%(user_name)s p=%(process)s r=%(remoteaddr)s %(name)s: %(message)s
|
||||
DBPass = {{ kojiStgPassword }}
|
||||
AuthPrincipal = host/koji{{env_suffix}}.fedoraproject.org
|
||||
{% elif koji_instance = "primary" %}
|
||||
{% elif koji_instance == "primary" %}
|
||||
DBHost = db-koji01
|
||||
DBPass = {{ kojiPassword }}
|
||||
AuthPrincipal = host/koji{{env_suffix}}.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue