From ca0ebadc5ae1737f2b8aa9b467aa0ed7791ce287 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20B=C3=A9rtoli?= Date: Mon, 17 May 2021 14:13:14 -0300 Subject: [PATCH] test(hosts): use the nic ip instead of localhost for dns --- test/salt/states/examples/single_host/host_entries.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/salt/states/examples/single_host/host_entries.sls b/test/salt/states/examples/single_host/host_entries.sls index 7670da0..8dfb64e 100644 --- a/test/salt/states/examples/single_host/host_entries.sls +++ b/test/salt/states/examples/single_host/host_entries.sls @@ -5,7 +5,7 @@ arvados_test_salt_states_examples_single_host_etc_hosts_host_present: host.present: - - ip: {{ grains['ipv4'][0] }} + - ip: {{ grains['ipv4'][1] }} - names: - {{ arvados.cluster.name }}.{{ arvados.cluster.domain }} # FIXME! This just works for our testings. -- 2.30.2