projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7328fce
)
Also collect entries that only knew the port
author
Peter Palfrader
<peter@palfrader.org>
Sun, 29 Sep 2019 13:23:08 +0000
(15:23 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 29 Sep 2019 13:23:08 +0000
(15:23 +0200)
modules/postgres/manifests/cluster.pp
patch
|
blob
|
history
diff --git
a/modules/postgres/manifests/cluster.pp
b/modules/postgres/manifests/cluster.pp
index
47021ae
..
b541be5
100644
(file)
--- a/
modules/postgres/manifests/cluster.pp
+++ b/
modules/postgres/manifests/cluster.pp
@@
-26,6
+26,7
@@
define postgres::cluster(
# hba entries and firewall rules
Postgres::Cluster::Hba_entry <<| tag == "postgres::cluster::${pg_version}::${pg_cluster}::hba::${::fqdn}" |>>
+ Postgres::Cluster::Hba_entry <<| tag == "postgres::cluster::${pg_port}::hba::${::fqdn}" |>>
if $manage_hba {
concat { "postgres::cluster::${pg_version}::${pg_cluster}::hba":