From 5fe88faee0519fbec09b372d2323da3fe3ccb00b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20B=C3=A9rtoli?= Date: Fri, 16 Apr 2021 15:37:07 -0300 Subject: [PATCH] chore(provision): set postgresql cidr in single host examples MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit refs #17246 Arvados-DCO-1.1-Signed-off-by: Javier Bértoli --- .../single_host/single_hostname/pillars/postgresql.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 71e712cad3..caafb7b2d7 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 @@ -15,7 +15,7 @@ postgres: - ['local', 'all', 'all', 'peer'] - ['host', 'all', 'all', '127.0.0.1/32', 'md5'] - ['host', 'all', 'all', '::1/128', 'md5'] - - ['host', '__CLUSTER___arvados', '__CLUSTER___arvados', '127.0.0.1/32'] + - ['host', '__CLUSTER___arvados', '__CLUSTER___arvados', '127.0.0.0/8'] users: __CLUSTER___arvados: ensure: present -- 2.30.2