Correct listen_addresses option example for postgresql.conf file

This commit is contained in:
Denys Havrysh 2016-12-20 12:05:32 +02:00
parent a291d40ef1
commit 3a022aa5b7

View file

@ -14,9 +14,10 @@ postgres:
- postgresql-contrib
- postgresql-plpython
# This section will append your configuration to postgresql.conf.
# Append the lines under this item to your postgresql.conf file.
# Pay attention to indent exactly with 4 spaces for all lines.
postgresconf: |
listen_addresses = 'localhost,*'
listen_addresses = '*' # listen on all interfaces
# Backup extension for postgresql.conf file, defaults to `.bak`.
# Set to False to stop creation of backup on postgresql.conf changes.