initial commit

This commit is contained in:
Sebastian Hugentobler 2017-09-04 16:00:44 +02:00
commit f6b4c20e4a
14 changed files with 160 additions and 0 deletions

View file

@ -0,0 +1,5 @@
[template]
src = "pg_hba.conf.tmpl"
dest = "/var/lib/postgresql/data/pg_hba.conf"
gid = 70
uid = 70

View file

@ -0,0 +1,3 @@
local all all trust
hostssl all all 0.0.0.0/0 md5
host all all ::1/128 trust