diff options
author | Olivier Thauvin <nanardon@mageia.org> | 2010-11-04 22:51:36 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mageia.org> | 2010-11-04 22:51:36 +0000 |
commit | b241e072ca1477caa6a275a8b58ec1b5b67e9a54 (patch) | |
tree | 60695693a38471ace097f30bbd7476c3d9f1c662 /modules | |
parent | 4eb9788d5761bea1ffb056bd67c1828801035f3d (diff) | |
download | puppet-b241e072ca1477caa6a275a8b58ec1b5b67e9a54.tar puppet-b241e072ca1477caa6a275a8b58ec1b5b67e9a54.tar.gz puppet-b241e072ca1477caa6a275a8b58ec1b5b67e9a54.tar.bz2 puppet-b241e072ca1477caa6a275a8b58ec1b5b67e9a54.tar.xz puppet-b241e072ca1477caa6a275a8b58ec1b5b67e9a54.zip |
- also allow connection using main interface
Diffstat (limited to 'modules')
-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 e16e51f5..5cfe7b54 100644 --- a/modules/postgresql/templates/pg_hba.conf +++ b/modules/postgresql/templates/pg_hba.conf @@ -79,7 +79,9 @@ # Nanar: # This bypass global config for specific user/base host epoll epoll 127.0.0.1/32 md5 +host epoll epoll 212.85.158.146/32 md5 host mirrors mirrors 127.0.0.1/32 md5 +host mirrors mirrors 212.85.158.146/32 md5 # "local" is for Unix domain socket connections only local all all ident |