From 2553cc846fb71805d203dfb25ead85ccbae9d0e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20B=C3=A9rtoli?= Date: Mon, 14 Mar 2022 15:00:28 -0300 Subject: [PATCH] Enforce a consistent postgresql version across examples MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit no issue # Arvados-DCO-1.1-Signed-off-by: Javier Bértoli --- .../config_examples/multi_host/aws/pillars/postgresql.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/salt-install/config_examples/multi_host/aws/pillars/postgresql.sls b/tools/salt-install/config_examples/multi_host/aws/pillars/postgresql.sls index a0da9a1c05..e06ddd041c 100644 --- a/tools/salt-install/config_examples/multi_host/aws/pillars/postgresql.sls +++ b/tools/salt-install/config_examples/multi_host/aws/pillars/postgresql.sls @@ -6,7 +6,7 @@ ### POSTGRESQL postgres: use_upstream_repo: true - version: '11' + version: '12' postgresconf: |- listen_addresses = '*' # listen on all interfaces acls: -- 2.30.2