We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3212daf commit 8aff726Copy full SHA for 8aff726
ci/release_notes.md
@@ -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
@@ -19,7 +19,7 @@ host all all <%= instance.address %>/32 trust
19
host replication replication <%= instance.address %>/32 trust
20
<% else -%>
21
host all all <%= instance.address %> trust
22
-host replication replication <%= instance.address %>/ trust
+host replication replication <%= instance.address %> trust
23
<% end; end -%>
24
25
# user-configured acls
0 commit comments