From ca3ffc5e4dabc789fc3274beb9cfe1404210d678 Mon Sep 17 00:00:00 2001 From: Noel McLoughlin Date: Sat, 23 Sep 2017 21:24:56 +0100 Subject: [PATCH] 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