From 749d2f2e12d1692f420036066ca2345f70f71cc2 Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Tue, 7 Jun 2016 11:53:44 +0200 Subject: [PATCH] Drop redundant -D datadir from Arch initdb command --- postgres/osmap.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/postgres/osmap.yaml b/postgres/osmap.yaml index a1d47b5..fd6e3a8 100644 --- a/postgres/osmap.yaml +++ b/postgres/osmap.yaml @@ -10,8 +10,9 @@ Arch: conf_dir: /var/lib/postgres/data data_dir: /var/lib/postgres/data initdb_user: postgres + initdb_args: --locale en_US.UTF8 -E UTF8 commands: - initdb: initdb --locale en_US.UTF8 -E UTF8 -D "/var/lib/postgres/data" + initdb: initdb pkg_client: postgresql pkg_dev: postgresql Debian: