Skip to content

Commit 8aff726

Browse files
committed
Fix typo for non-IP links
1 parent 3212daf commit 8aff726

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ci/release_notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Bug Fixes
2+
3+
- Fix an issue in the hba.conf that occurs when BOSH links are by
4+
DNS (and do not export the IPs of the other VMs).

jobs/postgres/templates/config/hba.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ host all all <%= instance.address %>/32 trust
1919
host replication replication <%= instance.address %>/32 trust
2020
<% else -%>
2121
host all all <%= instance.address %> trust
22-
host replication replication <%= instance.address %>/ trust
22+
host replication replication <%= instance.address %> trust
2323
<% end; end -%>
2424

2525
# user-configured acls

0 commit comments

Comments
 (0)