diff options
author | Pascal Terjan <pterjan@mageia.org> | 2011-04-03 13:32:46 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2011-04-03 13:32:46 +0000 |
commit | 2d4afa0ac37516a10bf1dbba146f7a4e2f0648d9 (patch) | |
tree | 3958edd37220f6c9d38f8f3368d711aaae89c931 | |
parent | 083e3a0264b6044e3c82ab0826cff39ef74c62cf (diff) | |
download | puppet-2d4afa0ac37516a10bf1dbba146f7a4e2f0648d9.tar puppet-2d4afa0ac37516a10bf1dbba146f7a4e2f0648d9.tar.gz puppet-2d4afa0ac37516a10bf1dbba146f7a4e2f0648d9.tar.bz2 puppet-2d4afa0ac37516a10bf1dbba146f7a4e2f0648d9.tar.xz puppet-2d4afa0ac37516a10bf1dbba146f7a4e2f0648d9.zip |
Allow local connections to youri db
-rw-r--r-- | modules/postgresql/templates/pg_hba.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/postgresql/templates/pg_hba.conf b/modules/postgresql/templates/pg_hba.conf index de40523d..2e9bc3ae 100644 --- a/modules/postgresql/templates/pg_hba.conf +++ b/modules/postgresql/templates/pg_hba.conf @@ -115,7 +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 youri 88.190.12.224/32 md5 +# Allow local access too +hostssl youri youri 212.85.158.146/32 md5 +hostssl youri youri 2a02:2178:2:7::2/128 md5 # "local" is for Unix domain socket connections only local all all ident map=local |