X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/34a5530a0844fb66270e54f4e53fb7179746a0c0..HEAD:/tools/salt-install/config_examples/multi_host/aws/pillars/postgresql.sls 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 70edfeb8d0..1f5d8df83d 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 @@ -7,13 +7,14 @@ {%- set controller_nodes = "__CONTROLLER_NODES__".split(",") %} {%- set websocket_ip = "__WEBSOCKET_INT_IP__" %} {%- set keepbalance_ip = "__KEEPBALANCE_INT_IP__" %} +{%- set pg_version = "__DATABASE_POSTGRESQL_VERSION__" %} ### POSTGRESQL postgres: pkgs_extra: - postgresql-contrib use_upstream_repo: true - version: '12' + version: {{ pg_version }} postgresconf: |- listen_addresses = '*' # listen on all interfaces acls: