Skip to content

Commit 490db27

Browse files
committed
Merge pull request puppetlabs#141 from kamilszymanski/hba_rule_fix
fix pg_hba_rule for postgres local access
2 parents 9c4f6e6 + 7a8f7ac commit 490db27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/config/beforeservice.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
# Lets setup the base rules
6464
postgresql::pg_hba_rule { 'local access as postgres user':
6565
type => 'local',
66+
user => 'postgres',
6667
auth_method => 'ident',
6768
auth_option => $postgresql::params::version ? {
6869
'8.1' => 'sameuser',

0 commit comments

Comments
 (0)