Merge pull request #141 from kamilszymanski/hba_rule_fix
fix pg_hba_rule for postgres local access
This commit is contained in:
commit
490db27c3f
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ class postgresql::config::beforeservice(
|
|||
# Lets setup the base rules
|
||||
postgresql::pg_hba_rule { 'local access as postgres user':
|
||||
type => 'local',
|
||||
user => 'postgres',
|
||||
auth_method => 'ident',
|
||||
auth_option => $postgresql::params::version ? {
|
||||
'8.1' => 'sameuser',
|
||||
|
|
Loading…
Reference in a new issue