From 4bb404d275db5afa8ed72a7f06b392d2d5c13e31 Mon Sep 17 00:00:00 2001 From: Thomas Poindessous Date: Mon, 20 Nov 2017 17:08:40 +0100 Subject: [PATCH] Wrong case for this variable, it's HostName not Hostname --- manifests/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/config.pp b/manifests/config.pp index d611ccf..14acc43 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -43,7 +43,7 @@ if $hostname != undef { - $_hostname = "Hostname=\"${hostname}\"" + $_hostname = "HostName=\"${hostname}\"" } else { $_hostname = '' }