18248: Ensure the OS-provided postgres packages are used in Debian's family
authorJavier Bértoli <jbertoli@curii.com>
Tue, 5 Oct 2021 18:47:03 +0000 (15:47 -0300)
committerJavier Bértoli <jbertoli@curii.com>
Tue, 5 Oct 2021 18:47:03 +0000 (15:47 -0300)
Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli@curii.com>

tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/postgresql.sls

index fda1545a05bcf8048b47f2838a058ccd7c542ffb..f3bc09f65036c7349e8f9f9fa1cd21746c25cdec 100644 (file)
@@ -20,6 +20,7 @@ postgres:
     - postgresql12-contrib
 
   {%- else %}
+  use_upstream_repo: false
   pkgs_extra:
     - postgresql-contrib
   {%- endif %}