File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ pg_config:
27
27
- line : " port = {{pg_port}}"
28
28
pg_config_role :
29
29
- line : " #pg_config_role"
30
- pg_src : . /postgrespro
30
+ pg_src : ~ /postgrespro
31
31
pg_dst : /tmp/postgrespro-build
32
- pg_datadir : . /postgrespro-data
32
+ pg_datadir : ~ /postgrespro-data
33
33
34
34
libuv :
35
35
version : v1.7.5
Original file line number Diff line number Diff line change 9
9
pg_repo : https://github.com/kelvich/postgresql.git
10
10
pg_version_tag : xtm_patched
11
11
pg_destroy_and_init : true
12
- pg_datadir : . /postgrespro-data
12
+ pg_datadir : ~ /postgrespro-data
13
13
14
14
- role : postgres
15
15
pg_port : 5433
16
16
pg_repo : https://github.com/kelvich/postgresql.git
17
17
pg_version_tag : xtm_patched
18
18
pg_destroy_and_init : true
19
- pg_datadir : . /postgrespro-data2
19
+ pg_datadir : ~ /postgrespro-data2
20
20
21
21
- role : postgres
22
- pg_port : 5433
22
+ pg_port : 5434
23
23
pg_repo : https://github.com/kelvich/postgresql.git
24
24
pg_version_tag : xtm_patched
25
25
pg_destroy_and_init : true
26
- pg_datadir : . /postgrespro-data3
26
+ pg_datadir : ~ /postgrespro-data3
27
27
28
28
tasks :
29
29
You can’t perform that action at this time.
0 commit comments