aboutsummaryrefslogtreecommitdiffstats
path: root/modules/youri-check/templates
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2011-04-03 13:47:36 +0000
committerPascal Terjan <pterjan@mageia.org>2011-04-03 13:47:36 +0000
commit998b07141cd1b1db34c4188528e8a988e38d4e47 (patch)
treef2a24ec98932633307142d773d31e55690518092 /modules/youri-check/templates
parentd5022dd702b2c80739660c2ad07e9a7736a6afb7 (diff)
downloadpuppet-998b07141cd1b1db34c4188528e8a988e38d4e47.tar
puppet-998b07141cd1b1db34c4188528e8a988e38d4e47.tar.gz
puppet-998b07141cd1b1db34c4188528e8a988e38d4e47.tar.bz2
puppet-998b07141cd1b1db34c4188528e8a988e38d4e47.tar.xz
puppet-998b07141cd1b1db34c4188528e8a988e38d4e47.zip
Fix db name in pg_hba.conf, and hack youri-check config to connect over ssl
Diffstat (limited to 'modules/youri-check/templates')
-rw-r--r--modules/youri-check/templates/check.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/youri-check/templates/check.conf b/modules/youri-check/templates/check.conf
index 431a4004..ccf4fc1c 100644
--- a/modules/youri-check/templates/check.conf
+++ b/modules/youri-check/templates/check.conf
@@ -10,7 +10,7 @@ resultset:
class: Youri::Check::Resultset::DBI
options:
driver: Pg
- host: <%= pgsql_server %>
+ host: <%= pgsql_server %>;sslmode=require
base: <%= pgsql_db %>
user: <%= pgsql_user %>
pass: <%= pgsql_password %>