[ARVADOS] updated: 2.1.0-2007-g04a56574e
Git user
git at public.arvados.org
Fri Mar 4 20:37:34 UTC 2022
Summary of changes:
tools/salt-install/Vagrantfile | 18 ++++++------------
1 file changed, 6 insertions(+), 12 deletions(-)
discards 3010b1f1f4163ec6e86688cdc51d53f2e2659d4b (commit)
via 04a56574e56f19b7479385d05ab1d9253c240550 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (3010b1f1f4163ec6e86688cdc51d53f2e2659d4b)
\
N -- N -- N (04a56574e56f19b7479385d05ab1d9253c240550)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 04a56574e56f19b7479385d05ab1d9253c240550
Author: Javier Bértoli <jbertoli at curii.com>
Date: Fri Mar 4 17:37:17 2022 -0300
18830: address review comments
Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli at curii.com>
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 7f4a9ca71..a69b88cb1 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']
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list