Use correct Koschei database passwords

This commit is contained in:
Mikolaj Izdebski 2015-05-04 10:23:59 +00:00
parent 3e140185bd
commit 8557b40e29
2 changed files with 3 additions and 1 deletions

View file

@ -24,6 +24,8 @@
vars:
- koschei_pgsql_hostname: localhost
- koscheiuser_db_password: "{{ koschei_pgsql_password }}"
- koscheiadmin_db_password: "{{ koschei_pgsql_password }}"
- koschei_koji_hub: koji.fedoraproject.org
- koschei_kojipkgs: kojipkgs.fedoraproject.org
- koschei_koji_tag: f23

View file

@ -6,7 +6,7 @@ config = {
"database_config": {
"host": "{{ koschei_pgsql_hostname }}",
"username": "koscheiuser",
"password": "{{ koschei_pgsql_password }}",
"password": "{{ koscheiuser_db_password }}",
"database": "koschei"
},
"koji_config": {