From 4456a99e75d9404ddf876518cec7357294c1f58f Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Tue, 12 May 2015 09:06:01 +0000 Subject: [PATCH] Move unpriv_user opt in koschei-admin config --- roles/koschei/templates/config-admin.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koschei/templates/config-admin.cfg.j2 b/roles/koschei/templates/config-admin.cfg.j2 index a15a70c4cb..d3cf88ee58 100644 --- a/roles/koschei/templates/config-admin.cfg.j2 +++ b/roles/koschei/templates/config-admin.cfg.j2 @@ -2,9 +2,9 @@ config = { "database_config": { "username": "koscheiadmin", - "unpriv_username": "koscheiuser", "password": "{{ koscheiadmin_db_password }}", } + "unpriv_db_username": "koscheiuser", } # Local Variables: