From 427272877477cec7427a23f71d6031ed78852f1f Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Sat, 31 Dec 2016 03:10:01 +0100 Subject: [PATCH] daily autocommit --- postgresql-9.5/pg_hba.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/postgresql-9.5/pg_hba.conf b/postgresql-9.5/pg_hba.conf index a95afb3..40c1060 100644 --- a/postgresql-9.5/pg_hba.conf +++ b/postgresql-9.5/pg_hba.conf @@ -80,6 +80,11 @@ # TYPE DATABASE USER ADDRESS METHOD +local all puppetdb md5 +host all puppetdb 127.0.0.1/32 md5 +host all puppetdb ::1/128 md5 + + # "local" is for Unix domain socket connections only local all all trust # IPv4 local connections: -- 2.39.5