From: Javier Bértoli Date: Mon, 14 Mar 2022 18:00:28 +0000 (-0300) Subject: Enforce a consistent postgresql version across examples X-Git-Tag: 2.4.0~41^2~5 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/2553cc846fb71805d203dfb25ead85ccbae9d0e2 Enforce a consistent postgresql version across examples no issue # Arvados-DCO-1.1-Signed-off-by: Javier Bértoli --- 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: