diff options
author | Pascal Terjan <pterjan@mageia.org> | 2011-04-03 13:34:11 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2011-04-03 13:34:11 +0000 |
commit | d5022dd702b2c80739660c2ad07e9a7736a6afb7 (patch) | |
tree | 2fc0f9deac2d2221f9d62fcb64c834f7d8697a14 /modules/postgresql | |
parent | 2d4afa0ac37516a10bf1dbba146f7a4e2f0648d9 (diff) | |
download | puppet-d5022dd702b2c80739660c2ad07e9a7736a6afb7.tar puppet-d5022dd702b2c80739660c2ad07e9a7736a6afb7.tar.gz puppet-d5022dd702b2c80739660c2ad07e9a7736a6afb7.tar.bz2 puppet-d5022dd702b2c80739660c2ad07e9a7736a6afb7.tar.xz puppet-d5022dd702b2c80739660c2ad07e9a7736a6afb7.zip |
Also allow local non ssl connections to youri db
Diffstat (limited to 'modules/postgresql')
-rw-r--r-- | modules/postgresql/templates/pg_hba.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/postgresql/templates/pg_hba.conf b/modules/postgresql/templates/pg_hba.conf index 2e9bc3ae..625d3966 100644 --- a/modules/postgresql/templates/pg_hba.conf +++ b/modules/postgresql/templates/pg_hba.conf @@ -117,6 +117,8 @@ 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 # 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 |