From 658bbc6eba84facdf6515c537214bd2bf5ac4759 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Wed, 8 Mar 2017 20:16:00 +0100 Subject: [PATCH] Rename host_alias to hostname_alias --- include/profiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/profiles b/include/profiles index abad736a..9a8e161a 100644 --- a/include/profiles +++ b/include/profiles @@ -164,7 +164,7 @@ ;; hostalias | host-alias) - Report "host_alias=${VALUE}" + if [ ! -z "${VALUE}" ]; then Report "hostname_alias=${VALUE}"; fi ;; hostid)