Skip to content
Snippets Groups Projects
Commit ee5325f9 authored by Nils Olof Paulsson's avatar Nils Olof Paulsson
Browse files

fixpg_hbarules

parent b7412655
No related branches found
No related tags found
2 merge requests!2Test,!1Devel
Pipeline #109325 passed
......@@ -15,7 +15,7 @@ class egg::postgres () {
type => 'local',
database => 'all',
user => 'postgres',
auth_method => 'ident',
auth_method => 'trust',
}
postgresql::server::pg_hba_rule { 'allow localhost access':
......@@ -23,7 +23,7 @@ class egg::postgres () {
database => 'all',
user => 'all',
address => '127.0.0.1/32',
auth_method => 'md5',
auth_method => 'trust',
}
postgresql::server::pg_hba_rule { 'allow ipv6 localhost access':
......@@ -31,6 +31,6 @@ class egg::postgres () {
database => 'all',
user => 'all',
address => '::1/128',
auth_method => 'md5',
auth_method => 'trust',
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment