move localhost guest access in front of catch-all localhost access
[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