Skip to content

Commit 3a022aa

Browse files
committed
Correct listen_addresses option example for postgresql.conf file
1 parent a291d40 commit 3a022aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pillar.example

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ postgres:
1414
- postgresql-contrib
1515
- postgresql-plpython
1616

17-
# This section will append your configuration to postgresql.conf.
17+
# Append the lines under this item to your postgresql.conf file.
18+
# Pay attention to indent exactly with 4 spaces for all lines.
1819
postgresconf: |
19-
listen_addresses = 'localhost,*'
20+
listen_addresses = '*' # listen on all interfaces
2021
2122
# Backup extension for postgresql.conf file, defaults to `.bak`.
2223
# Set to False to stop creation of backup on postgresql.conf changes.

0 commit comments

Comments
 (0)