Use distinct paths for pgpass from test nodes.

This commit is contained in:
Oleksii Kliukin
2015-10-20 11:40:52 +02:00
parent 92fe6a1de9
commit 35641ac072
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -34,6 +34,7 @@ postgresql:
data_dir: data/postgresql0
maximum_lag_on_failover: 1048576 # 1 megabyte in bytes
use_slots: True
pgpass: /tmp/pgpass0
pg_rewind:
username: postgres
password: zalando
+1
View File
@@ -34,6 +34,7 @@ postgresql:
data_dir: data/postgresql1
maximum_lag_on_failover: 1048576 # 1 megabyte in bytes
use_slots: True
pgpass: /tmp/pgpass1
pg_rewind:
username: postgres
password: zalando