From f032efc849b51697c0cc75825f071802452c02ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20B=C3=A9rtoli?= Date: Tue, 5 Oct 2021 15:47:03 -0300 Subject: [PATCH] 18248: Ensure the OS-provided postgres packages are used in Debian's family MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Arvados-DCO-1.1-Signed-off-by: Javier Bértoli --- .../single_host/multiple_hostnames/pillars/postgresql.sls | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/postgresql.sls b/tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/postgresql.sls index fda1545a05..f3bc09f650 100644 --- a/tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/postgresql.sls +++ b/tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/postgresql.sls @@ -20,6 +20,7 @@ postgres: - postgresql12-contrib {%- else %} + use_upstream_repo: false pkgs_extra: - postgresql-contrib {%- endif %} -- 2.30.2