fix pg_hba_rule for postgres local access

This commit is contained in:
Kamil Szymanski 2013-02-27 12:14:13 +01:00
parent cb1a751fed
commit 7a8f7ace59

View file

@ -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',