From: Javier Bértoli Date: Tue, 5 Oct 2021 18:47:03 +0000 (-0300) Subject: 18248: Ensure the OS-provided postgres packages are used in Debian's family X-Git-Tag: 2.3.0~30^2~1 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/f032efc849b51697c0cc75825f071802452c02ce 18248: Ensure the OS-provided postgres packages are used in Debian's family Arvados-DCO-1.1-Signed-off-by: Javier Bértoli --- 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 %}