Fix #551 regression on old pg
authorRafael dos Santos Silva <xfalcox@gmail.com>
Thu, 26 Aug 2021 19:43:57 +0000 (16:43 -0300)
committerRafael dos Santos Silva <xfalcox@gmail.com>
Thu, 26 Aug 2021 19:45:16 +0000 (16:45 -0300)
templates/postgres.10.template.yml
templates/postgres.12.template.yml
templates/postgres.9.5.template.yml

index 2c729bd9cef86bcc5b3b0e48845b790c92c9564a..358d641790727cc14002833bb1e0506264926ae3 100644 (file)
@@ -120,7 +120,7 @@ run:
 
   # allow all to connect in with md5 auth (IPv6)
   - replace:
-      filename: "/etc/postgresql/13/main/pg_hba.conf"
+      filename: "/etc/postgresql/10/main/pg_hba.conf"
       from: /^host.*all.*all.*::1\/128.*$/
       to: "host all all ::/0 md5"
 
index 4bd8461258bbb3efcca2fb8a26f444bc1d10aa09..da9abf383c183cf3fc055f4511945c86e9ea2bff 100644 (file)
@@ -119,7 +119,7 @@ run:
 
   # allow all to connect in with md5 auth (IPv6)
   - replace:
-      filename: "/etc/postgresql/13/main/pg_hba.conf"
+      filename: "/etc/postgresql/12/main/pg_hba.conf"
       from: /^host.*all.*all.*::1\/128.*$/
       to: "host all all ::/0 md5"
 
index 75184307f939f06ac74579cbed113de8e66ae97a..9d627137ac581f90656432cc7e5428249f353ec5 100644 (file)
@@ -120,7 +120,7 @@ run:
 
   # allow all to connect in with md5 auth (IPv6)
   - replace:
-      filename: "/etc/postgresql/13/main/pg_hba.conf"
+      filename: "/etc/postgresql/9.5/main/pg_hba.conf"
       from: /^host.*all.*all.*::1\/128.*$/
       to: "host all all ::/0 md5"