Point staging koji hub back to db-koji01.stg
This commit is contained in:
parent
fa7975df4b
commit
117070e183
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ DBName = koji
|
|||
DBUser = koji
|
||||
{% if inventory_hostname.startswith('koji') %}
|
||||
{% if env == "staging" %}
|
||||
DBHost = db-koji02
|
||||
DBHost = db-koji01
|
||||
{% else %}
|
||||
DBHost = db-koji01
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue