diff options
author | Olivier Thauvin <nanardon@mageia.org> | 2010-11-04 18:57:15 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mageia.org> | 2010-11-04 18:57:15 +0000 |
commit | 19b97db934afc1f58a05ab109c2d494846dc7137 (patch) | |
tree | 16f62e5e0ce6af9c520cf8bfb820de82ddacc846 | |
parent | f0112bcd81528aede40299dcfd596fcd11525956 (diff) | |
download | puppet-19b97db934afc1f58a05ab109c2d494846dc7137.tar puppet-19b97db934afc1f58a05ab109c2d494846dc7137.tar.gz puppet-19b97db934afc1f58a05ab109c2d494846dc7137.tar.bz2 puppet-19b97db934afc1f58a05ab109c2d494846dc7137.tar.xz puppet-19b97db934afc1f58a05ab109c2d494846dc7137.zip |
- allow mirrors user to connect to db
-rw-r--r-- | modules/postgresql/templates/pg_hba.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/postgresql/templates/pg_hba.conf b/modules/postgresql/templates/pg_hba.conf index 2367bacd..e16e51f5 100644 --- a/modules/postgresql/templates/pg_hba.conf +++ b/modules/postgresql/templates/pg_hba.conf @@ -79,6 +79,7 @@ # Nanar: # This bypass global config for specific user/base host epoll epoll 127.0.0.1/32 md5 +host mirrors mirrors 127.0.0.1/32 md5 # "local" is for Unix domain socket connections only local all all ident |