aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgresql
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/postgresql
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/postgresql')
-rw-r--r--modules/postgresql/templates/pg_hba.conf8
1 files changed, 3 insertions, 5 deletions
diff --git a/modules/postgresql/templates/pg_hba.conf b/modules/postgresql/templates/pg_hba.conf
index 625d3966..bfc86c12 100644
--- a/modules/postgresql/templates/pg_hba.conf
+++ b/modules/postgresql/templates/pg_hba.conf
@@ -115,12 +115,10 @@ hostssl template1 bugs 212.85.158.146/32 md5
hostssl template1 bugs 2a02:2178:2:7::2/128 md5
# Allow youri-ckeck on rabbit to access the results db
-hostssl youri youri 88.190.12.224/32 md5
+hostssl youri_check youri 88.190.12.224/32 md5
# Allow local access too
-host youri youri 212.85.158.146/32 md5
-host youri youri 2a02:2178:2:7::2/128 md5
-hostssl youri youri 212.85.158.146/32 md5
-hostssl youri youri 2a02:2178:2:7::2/128 md5
+hostssl youri_check youri 212.85.158.146/32 md5
+hostssl youri_check youri 2a02:2178:2:7::2/128 md5
# "local" is for Unix domain socket connections only
local all all ident map=local