X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fpostgres%2Ftemplates%2Fcluster%2Fpg_hba.conf-head.erb;h=65b903194e8264add0312cc90de27952d8ead5b0;hb=421d51cedb758b5a27a89b5c458562f9c279cbc3;hp=f899cf1daf1ae06e3c20ba3ce8740c8eb2a40b03;hpb=8e73118c48c6ce00092efbb09bfde05c355933fe;p=mirror%2Fdsa-puppet.git diff --git a/modules/postgres/templates/cluster/pg_hba.conf-head.erb b/modules/postgres/templates/cluster/pg_hba.conf-head.erb index f899cf1da..65b903194 100644 --- a/modules/postgres/templates/cluster/pg_hba.conf-head.erb +++ b/modules/postgres/templates/cluster/pg_hba.conf-head.erb @@ -9,14 +9,5 @@ local all postgres peer # "local" is for Unix domain socket connections only local all all peer -# IPv4 local connections: -host all all 127.0.0.1/32 md5 -# IPv6 local connections: -host all all ::1/128 md5 -# Allow replication connections from localhost, by a user with the -# replication privilege. -local replication all peer -host replication all 127.0.0.1/32 md5 -host replication all ::1/128 md5 ######################################