18248: Ensure the OS-provided postgres packages are used in Debian's family
[arvados.git] / 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 %}