From 251f51bd2c50e802ce8cfc5a951a3b6b79e9e081 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 29 Sep 2019 19:03:20 +0200 Subject: [PATCH] unique names --- modules/postgres/manifests/cluster.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/postgres/manifests/cluster.pp b/modules/postgres/manifests/cluster.pp index 4d28db0c7..970c1ba69 100644 --- a/modules/postgres/manifests/cluster.pp +++ b/modules/postgres/manifests/cluster.pp @@ -86,7 +86,7 @@ define postgres::cluster( order => '00', content => template('postgres/cluster/pg_hba.conf-head.erb'), } - postgres::cluster::hba_entry { 'local-connections': + postgres::cluster::hba_entry { "postgres::cluster::${real_port}::local-connections": pg_port => $real_port, connection_type => 'host', database => 'all', -- 2.20.1