We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e668dd + 8502de5 commit 5bc584eCopy full SHA for 5bc584e
manifests/config/beforeservice.pp
@@ -63,7 +63,7 @@
63
# Lets setup the base rules
64
postgresql::pg_hba_rule { 'local access as postgres user':
65
type => 'local',
66
- user => 'postgres',
+ user => $postgresql::params::user,
67
auth_method => 'ident',
68
auth_option => $postgresql::params::version ? {
69
'8.1' => 'sameuser',
@@ -82,7 +82,7 @@
82
}
83
postgresql::pg_hba_rule { 'deny access to postgresql user':
84
type => 'host',
85
86
address => $ip_mask_deny_postgres_user,
87
auth_method => 'reject',
88
order => '003',
0 commit comments