From 317c18d0c4405a59d913d8c5c32189223b752096 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20B=C3=A9rtoli?= Date: Fri, 16 Apr 2021 19:01:12 -0300 Subject: [PATCH] refactor(provision): add host entries in single host multiple hostnames MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit We could use the example states in the formula, but added them here for the sake of completeness refs #17246 Arvados-DCO-1.1-Signed-off-by: Javier Bértoli --- .../single_host/multiple_hostnames/states/host_entries.sls | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/salt-install/config_examples/single_host/multiple_hostnames/states/host_entries.sls b/tools/salt-install/config_examples/single_host/multiple_hostnames/states/host_entries.sls index 53a9148cc0..379f4765cb 100644 --- a/tools/salt-install/config_examples/single_host/multiple_hostnames/states/host_entries.sls +++ b/tools/salt-install/config_examples/single_host/multiple_hostnames/states/host_entries.sls @@ -29,6 +29,7 @@ arvados_test_salt_states_examples_single_host_etc_hosts_host_present: ] %} - {{ entry }} + - {{ entry }}.internal - {{ entry }}.{{ arvados.cluster.name }}.{{ arvados.cluster.domain }} {%- endfor %} - require_in: -- 2.30.2