From 57941781f6b6d34892c872ecbecdc37706a020b6 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 21 Sep 2019 19:03:48 +0200 Subject: [PATCH] undef is the value, Undef the type --- modules/exim/manifests/mx.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exim/manifests/mx.pp b/modules/exim/manifests/mx.pp index fa36ec8c1..2db5c8d30 100644 --- a/modules/exim/manifests/mx.pp +++ b/modules/exim/manifests/mx.pp @@ -1,7 +1,7 @@ # our heavy exim class class exim::mx { class { 'exim': - smarthost => Undef, + smarthost => undef, } include clamav -- 2.20.1