From 083e3a0264b6044e3c82ab0826cff39ef74c62cf Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 3 Apr 2011 13:28:58 +0000 Subject: Fix password option name --- modules/youri-check/templates/check.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/youri-check/templates/check.conf') diff --git a/modules/youri-check/templates/check.conf b/modules/youri-check/templates/check.conf index a57460df..431a4004 100644 --- a/modules/youri-check/templates/check.conf +++ b/modules/youri-check/templates/check.conf @@ -13,7 +13,7 @@ resultset: host: <%= pgsql_server %> base: <%= pgsql_db %> user: <%= pgsql_user %> - password: <%= pgsql_password %> + pass: <%= pgsql_password %> # checks definitions tests: -- cgit v1.2.1