From 04a56574e56f19b7479385d05ab1d9253c240550 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20B=C3=A9rtoli?= Date: Fri, 4 Mar 2022 17:37:17 -0300 Subject: [PATCH] 18830: address review comments MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Arvados-DCO-1.1-Signed-off-by: Javier Bértoli --- .../single_host/single_hostname/pillars/postgresql.sls | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 7f4a9ca71c..a69b88cb17 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 @@ -26,9 +26,11 @@ postgres: {%- endif %} postgresconf: |- listen_addresses = '*' # listen on all interfaces - #ssl = on - #ssl_cert_file = '/etc/ssl/certs/arvados-snakeoil-cert.pem' - #ssl_key_file = '/etc/ssl/private/arvados-snakeoil-cert.key' + # 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'] -- 2.30.2