From 32bdcae23fe866b2a8cf8a2aaa4a5961a23cd11c Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 28 Mar 2020 09:47:43 +0000 Subject: [PATCH] bundles/hostname: add node name to hosts file --- bundles/hostname/files/hosts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/hostname/files/hosts b/bundles/hostname/files/hosts index 313e2cb..baec3b9 100644 --- a/bundles/hostname/files/hosts +++ b/bundles/hostname/files/hosts @@ -1,4 +1,4 @@ -127.0.0.1 localhost localhost.localdomain ${node.hostname} +127.0.0.1 localhost ${node.name} ${node.hostname} ::1 ip6-localhost fe00::0 ip6-localnet