diff options
author | Pascal Terjan <pterjan@mageia.org> | 2011-04-03 14:23:18 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2011-04-03 14:23:18 +0000 |
commit | 6f591493d43f1ee29e915b4e741b0637926fd6be (patch) | |
tree | 09a7d52fa2cd311e0c343974c560f149583cf17c /modules/postgresql/templates | |
parent | 695066032e5290663117dd30236f2ad1e42dc13c (diff) | |
download | puppet-6f591493d43f1ee29e915b4e741b0637926fd6be.tar puppet-6f591493d43f1ee29e915b4e741b0637926fd6be.tar.gz puppet-6f591493d43f1ee29e915b4e741b0637926fd6be.tar.bz2 puppet-6f591493d43f1ee29e915b4e741b0637926fd6be.tar.xz puppet-6f591493d43f1ee29e915b4e741b0637926fd6be.zip |
Use password method as we are over ssl anyway and I don't know how to md5 the pass into config file
Diffstat (limited to 'modules/postgresql/templates')
-rw-r--r-- | modules/postgresql/templates/pg_hba.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/postgresql/templates/pg_hba.conf b/modules/postgresql/templates/pg_hba.conf index bfc86c12..da563388 100644 --- a/modules/postgresql/templates/pg_hba.conf +++ b/modules/postgresql/templates/pg_hba.conf @@ -115,10 +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_check youri 88.190.12.224/32 md5 +hostssl youri_check youri 88.190.12.224/32 password # Allow local access too -hostssl youri_check youri 212.85.158.146/32 md5 -hostssl youri_check youri 2a02:2178:2:7::2/128 md5 +hostssl youri_check youri 212.85.158.146/32 password +hostssl youri_check youri 2a02:2178:2:7::2/128 password # "local" is for Unix domain socket connections only local all all ident map=local |