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

fixdbaccess

parent 154ee4ce
No related branches found
No related tags found
1 merge request!1Devel
Pipeline #105280 failed
......@@ -23,4 +23,11 @@ class omni::postgres () {
db => 'omni',
role => 'admin',
}
postgresql::server::pg_hba_rule {
description => "Open up PostgreSQL for access to admin",
type => 'host',
database => 'omni',
user => 'admin',
auth_method => 'md5',
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment