From 1548337bbe2fde4bff44ca10a3e94b3915473147 Mon Sep 17 00:00:00 2001 From: Noel McLoughlin Date: Sat, 23 Sep 2017 20:51:51 +0100 Subject: [PATCH 1/3] For arch, postgresql-libs provides psql --- postgres/osmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/osmap.yaml b/postgres/osmap.yaml index 2b38e02..a630d1d 100644 --- a/postgres/osmap.yaml +++ b/postgres/osmap.yaml @@ -7,7 +7,7 @@ Arch: prepare_cluster: command: initdb -D /var/lib/postgresql/data test: test -f /var/lib/postgres/data/PG_VERSION - pkg_client: postgresql + pkg_client: postgresql-lib pkg_dev: postgresql Debian: From ca3ffc5e4dabc789fc3274beb9cfe1404210d678 Mon Sep 17 00:00:00 2001 From: Noel McLoughlin Date: Sat, 23 Sep 2017 21:24:56 +0100 Subject: [PATCH 2/3] For Arch, fix path for initdb --- postgres/osmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/osmap.yaml b/postgres/osmap.yaml index a630d1d..517666f 100644 --- a/postgres/osmap.yaml +++ b/postgres/osmap.yaml @@ -5,7 +5,7 @@ Arch: conf_dir: /var/lib/postgres/data prepare_cluster: - command: initdb -D /var/lib/postgresql/data + command: initdb -D /var/lib/postgres/data test: test -f /var/lib/postgres/data/PG_VERSION pkg_client: postgresql-lib pkg_dev: postgresql From d378b47f9f743c053a7843f9d4de0e5286534435 Mon Sep 17 00:00:00 2001 From: Noel McLoughlin Date: Sun, 24 Sep 2017 00:51:48 +0100 Subject: [PATCH 3/3] Darwin support --- postgres/osmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/osmap.yaml b/postgres/osmap.yaml index 517666f..00c5e2a 100644 --- a/postgres/osmap.yaml +++ b/postgres/osmap.yaml @@ -7,7 +7,7 @@ Arch: prepare_cluster: command: initdb -D /var/lib/postgres/data test: test -f /var/lib/postgres/data/PG_VERSION - pkg_client: postgresql-lib + pkg_client: postgresql-libs pkg_dev: postgresql Debian: