projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c26646b
)
FIX: md5 auth replace for postgres.13.template.yml (#594)
author
Leonardo Mosquera
<ldmosquera@gmail.com>
Fri, 14 Jan 2022 17:53:41 +0000
(14:53 -0300)
committer
GitHub
<noreply@github.com>
Fri, 14 Jan 2022 17:53:41 +0000
(14:53 -0300)
There has likely been one s/12/13/ too many in this file.
Note: the typo is not present in the default postgres template; only this specific file, which is otherwise identical to the default one.
templates/postgres.13.template.yml
patch
|
blob
|
blame
|
history
diff --git
a/templates/postgres.13.template.yml
b/templates/postgres.13.template.yml
index 48d5409987c4e8b5bca65c3c4d845cbc48243513..478f0645442b038bda94122fb6922f52a6e39bdd 100644
(file)
--- a/
templates/postgres.13.template.yml
+++ b/
templates/postgres.13.template.yml
@@
-189,7
+189,7
@@
run:
# allow all to connect in with md5 auth
- replace:
filename: "/etc/postgresql/13/main/pg_hba.conf"
- from: /^host.*all.*all.*1
3
7.*$/
+ from: /^host.*all.*all.*1
2
7.*$/
to: "host all all 0.0.0.0/0 md5"
# allow all to connect in with md5 auth (IPv6)