From 1243cd0441386691ba14e37f5a30af85f20461eb Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Wed, 30 Mar 2022 19:40:24 -0700 Subject: [PATCH] pg_hba.conf can be under a versioned subdirectory https://github.com/webmin/webmin/issues/1615 --- postgresql/config-Rocky-Linux-7.0-ALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql/config-Rocky-Linux-7.0-ALL b/postgresql/config-Rocky-Linux-7.0-ALL index 02a086f4e..0303cb1f5 100644 --- a/postgresql/config-Rocky-Linux-7.0-ALL +++ b/postgresql/config-Rocky-Linux-7.0-ALL @@ -5,7 +5,7 @@ start_cmd=systemctl start postgresql stop_cmd=systemctl stop postgresql pid_file=/var/run/postmaster*.pid perpage=25 -hba_conf=/var/lib/pgsql/data/pg_hba.conf +hba_conf=/var/lib/pgsql/data/pg_hba.conf /var/lib/pgsql/*/data/pg_hba.conf nodbi=0 user=postgres setup_cmd=postgresql-setup initdb