From: Peter Palfrader Date: Sat, 21 Sep 2019 17:03:48 +0000 (+0200) Subject: undef is the value, Undef the type X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=57941781f6b6d34892c872ecbecdc37706a020b6;p=mirror%2Fdsa-puppet.git undef is the value, Undef the type --- 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