* debian/config.yml.in: Create pgpass file under /var/lib/postgresql.

This commit is contained in:
Michael Banck 2019-01-30 14:58:28 +01:00
parent 3066313182
commit 7ad46a1ff2
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View file

@ -9,6 +9,7 @@ patroni (1.5.4-5) UNRELEASED; urgency=medium
argument.
* debian/README.Debian: Add sections on pg_hba.conf and pg_rewind/postgres
database password.
* debian/config.yml.in: Create pgpass file under /var/lib/postgresql.
-- Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> Tue, 29 Jan 2019 11:22:38 +0100

View file

@ -79,7 +79,7 @@ postgresql:
data_dir: /var/lib/postgresql/@VERSION@/@CLUSTER@
bin_dir: /usr/lib/postgresql/@VERSION@/bin
config_dir: /etc/postgresql/@VERSION@/@CLUSTER@
pgpass: /etc/postgresql/@VERSION@/@CLUSTER@/pgpass
pgpass: /var/lib/postgresql/@VERSION@-@CLUSTER@.pgpass
authentication:
replication:
username: replicator