Switch spaces for tabs in repmgr.conf sample file.

This makes comments stay aligned in most cases the conf file is
modified, and when indentation changes, it's easy to re-align
(by removing or adding a tab)

Signed-off-by: Martín Marqués <martin.marques@2ndquadrant.com>
This commit is contained in:
Martín Marqués
2017-12-12 08:11:10 -03:00
committed by Ian Barwick
parent 9d25544ab5
commit 4d2eca0978

View File

@@ -35,12 +35,12 @@
# connection attempt is abandoned; for details see: # connection attempt is abandoned; for details see:
# https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNECT-CONNECT-TIMEOUT # https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNECT-CONNECT-TIMEOUT
#data_directory # The node's data directory. This is needed by repmgr #data_directory='' # The node's data directory. This is needed by repmgr
# when performing operations when the PostgreSQL instance # when performing operations when the PostgreSQL instance
# is not running and there's no other way of determining # is not running and there's no other way of determining
# the data directory. # the data directory.
#replication_user # User to make replication connections with, if not set defaults #replication_user='repmgr' # User to make replication connections with, if not set defaults
# to the user defined in "conninfo". # to the user defined in "conninfo".
# ============================================================================= # =============================================================================
@@ -160,7 +160,6 @@ ssh_options='-q -o ConnectTimeout=10' # Options to append to "ssh"
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# Standby clone settings # Standby clone settings
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------