From: Peter Palfrader Date: Sun, 29 Sep 2019 17:03:20 +0000 (+0200) Subject: unique names X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=251f51bd2c50e802ce8cfc5a951a3b6b79e9e081;p=mirror%2Fdsa-puppet.git unique names --- 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',