X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dc16046dbfdca4a9c0d94971730d220b27e80620..f9e3c066c35933d38439f6e6e894dfa23f8d07b6:/tools/salt-install/config_examples/single_host/single_hostname/pillars/postgresql.sls?ds=sidebyside diff --git a/tools/salt-install/config_examples/single_host/single_hostname/pillars/postgresql.sls b/tools/salt-install/config_examples/single_host/single_hostname/pillars/postgresql.sls index 14452a9905..82a4f7120a 100644 --- a/tools/salt-install/config_examples/single_host/single_hostname/pillars/postgresql.sls +++ b/tools/salt-install/config_examples/single_host/single_hostname/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 # If you want to enable communications' encryption to the DB server,