X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c340eecc7a03dd066792e5f046f087b8b3dfced6..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 fda1545a05..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,24 +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 @@ -37,7 +22,7 @@ postgres: users: __CLUSTER___arvados: ensure: present - password: __DATABASE_PASSWORD__ + password: "__DATABASE_PASSWORD__" # tablespaces: # arvados_tablespace: