Skip to content

Commit f95c237

Browse files
author
Ashley Penney
committed
Merge pull request puppetlabs#464 from txaj/support_pg_ident
Fixes the accidental erasing of pg_ident.conf
2 parents 48e1eb6 + 87639c6 commit f95c237

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)