From: Frank Brehm Date: Sat, 31 Dec 2016 02:10:01 +0000 (+0100) Subject: daily autocommit X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=427272877477cec7427a23f71d6031ed78852f1f;p=config%2Fberta%2Fetc.git daily autocommit --- 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: