9 lines
408 B
Text
9 lines
408 B
Text
# MANAGED BY CHEF, DO NOT MODIFY
|
|
#
|
|
# "local" is for Unix domain socket connections only
|
|
local all all peer
|
|
# IPv4 local connections:
|
|
host all all 127.0.0.1/32 md5
|
|
host all all 10.10.2.0/16 md5
|
|
# IPV6 local connections:
|
|
host all all ::1/128 md5
|