cookbook-zabbix/templates/default/pg_hba.conf.erb

10 lines
408 B
Plaintext

# 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