X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ee9d1e39b5d469a827be5a719c9c0860914ab2a8..HEAD:/tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/postgresql.sls diff --git a/tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/postgresql.sls b/tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/postgresql.sls index edb961ebaa..ade544764a 100644 --- a/tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/postgresql.sls +++ b/tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/postgresql.sls @@ -5,25 +5,9 @@ ### POSTGRESQL postgres: - # Centos-7's postgres package is too old, so we need to force using upstream's - # This is not required in Debian's family as they already ship with PG +11 - {%- if salt['grains.get']('os_family') == 'RedHat' %} - use_upstream_repo: true - version: '12' - - pkgs_deps: - - libicu - - libxslt - - systemd-sysv - - pkgs_extra: - - postgresql12-contrib - - {%- else %} use_upstream_repo: false pkgs_extra: - postgresql-contrib - {%- endif %} postgresconf: |- listen_addresses = '*' # listen on all interfaces #ssl = on