diff --git a/salt/profile/postgresql/files/postgresql/pg_hba.conf b/salt/profile/postgresql/files/postgresql/pg_hba.conf index dba6d96..f867e6f 100644 --- a/salt/profile/postgresql/files/postgresql/pg_hba.conf +++ b/salt/profile/postgresql/files/postgresql/pg_hba.conf @@ -157,4 +157,8 @@ host identification identification 192.168.47.102/32 md5 # tsp.infra.opensuse.org host tsp web_tsp 192.168.47.4/32 md5 host tsp web_tsp 192.168.47.101/32 md5 -host tsp web_tsp 192.168.47.102/32 md5 \ No newline at end of file +host tsp web_tsp 192.168.47.102/32 md5 +# mailman3.infra.opensuse.org +host mailman mailman 192.168.47.4/32 md5 +host mailman mailman 192.168.47.101/32 md5 +host mailman mailman 192.168.47.102/32 md5