FIX: md5 auth replace for postgres.13.template.yml (#594)
authorLeonardo Mosquera <ldmosquera@gmail.com>
Fri, 14 Jan 2022 17:53:41 +0000 (14:53 -0300)
committerGitHub <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

index 48d5409987c4e8b5bca65c3c4d845cbc48243513..478f0645442b038bda94122fb6922f52a6e39bdd 100644 (file)
@@ -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.*137.*$/
+      from: /^host.*all.*all.*127.*$/
       to: "host all all 0.0.0.0/0 md5"
 
   # allow all to connect in with md5 auth (IPv6)