Skip to content

Commit 87639c6

Browse files
author
txaj
committed
Fixes the accidental erasing of pg_ident.conf
Even with manage_pg_ident_conf to false, or undef (witch defaults to false), a concat object would be created, erasing the pg_ident.conf file
1 parent bf328c8 commit 87639c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server/config.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
$group = $postgresql::server::group
1515
$version = $postgresql::server::version
1616
$manage_pg_hba_conf = $postgresql::server::manage_pg_hba_conf
17-
$manage_pg_ident_conf = $postgresql::server::manage_pg_hba_conf
17+
$manage_pg_ident_conf = $postgresql::server::manage_pg_ident_conf
1818

1919
if ($manage_pg_hba_conf == true) {
2020
# Prepare the main pg_hba file

0 commit comments

Comments
 (0)