65b903194e8264add0312cc90de27952d8ead5b0
[mirror/dsa-puppet.git] / modules / postgres / templates / cluster / pg_hba.conf-head.erb
1 # PostgreSQL Client Authentication Configuration File
2 # ===================================================
3 # maintained via puppet
4
5 # default entries allows local access:
6 ######################################
7 # Database administrative login by Unix domain socket
8 local   all             postgres                                peer
9
10 # "local" is for Unix domain socket connections only
11 local   all             all                                     peer
12 ######################################
13