Skip to content

Commit bc5af8c

Browse files
committed
chore: pg_hba must have newline
1 parent e4e5abf commit bc5af8c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

ansible/files/postgresql_config/pg_hba.conf_15.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,5 @@ host all all 192.168.0.0/16 scram-sha-256
9191
host all all 0.0.0.0/0 scram-sha-256
9292

9393
# IPv6 external connections
94-
host all all ::0/0 scram-sha-256
94+
host all all ::0/0 scram-sha-256
95+

ansible/vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ postgres_major:
99

1010
# Full version strings for each major version
1111
postgres_release:
12-
postgresorioledb-17: "17.5.1.017-orioledb"
13-
postgres17: "17.4.1.074"
14-
postgres15: "15.8.1.131"
12+
postgresorioledb-17: "17.5.1.017-orioledb-pghba"
13+
postgres17: "17.4.1.074-pghba"
14+
postgres15: "15.8.1.131-pghba"
1515

1616
# Non Postgres Extensions
1717
pgbouncer_release: "1.19.0"

0 commit comments

Comments
 (0)