From: Gunnar Beutner Date: Tue, 5 Nov 2013 14:35:28 +0000 (+0100) Subject: Update pg_hba.conf for the Vagrant VM. X-Git-Tag: v0.0.4~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02089a7c1e090ca5b7e535b744ffc106cccad9b1;p=icinga2 Update pg_hba.conf for the Vagrant VM. Refs #5001 --- diff --git a/.vagrant-puppet/modules/pgsql/templates/pg_hba.conf.erb b/.vagrant-puppet/modules/pgsql/templates/pg_hba.conf.erb index f434b4802..a67e16757 100644 --- a/.vagrant-puppet/modules/pgsql/templates/pg_hba.conf.erb +++ b/.vagrant-puppet/modules/pgsql/templates/pg_hba.conf.erb @@ -67,14 +67,8 @@ # TYPE DATABASE USER CIDR-ADDRESS METHOD # icinga -local icinga icinga trust -host icinga icinga 127.0.0.1/32 trust -host icinga icinga ::1/128 trust - -# icinga -local icinga icinga trust -host icinga icinga 127.0.0.1/32 trust -host icinga icinga ::1/128 trust +host icinga icinga 127.0.0.1/32 md5 +host icinga icinga ::1/128 md5 # "local" is for Unix domain socket connections only local all all ident