X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/267d3c40bf1c5503e6487db2ab1f6a4339ac5f83..f9e3c066c35933d38439f6e6e894dfa23f8d07b6:/tools/salt-install/config_examples/single_host/single_hostname/pillars/postgresql.sls 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 caafb7b2d7..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 @@ -10,6 +10,11 @@ postgres: - postgresql-contrib postgresconf: |- listen_addresses = '*' # listen on all interfaces + # If you want to enable communications' encryption to the DB server, + # uncomment these entries + # ssl = on + # ssl_cert_file = '/etc/ssl/certs/arvados-snakeoil-cert.pem' + # ssl_key_file = '/etc/ssl/private/arvados-snakeoil-cert.key' acls: - ['local', 'all', 'postgres', 'peer'] - ['local', 'all', 'all', 'peer'] @@ -19,7 +24,7 @@ postgres: users: __CLUSTER___arvados: ensure: present - password: __DATABASE_PASSWORD__ + password: "__DATABASE_PASSWORD__" # tablespaces: # arvados_tablespace: