From: Peter Palfrader Date: Sat, 21 Sep 2019 17:05:06 +0000 (+0200) Subject: Setting to undef does not clear the hiera default :( X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=1921ee3245f968a755d5c50d888452f6035ea507;p=mirror%2Fdsa-puppet.git Setting to undef does not clear the hiera default :( --- diff --git a/modules/exim/manifests/mx.pp b/modules/exim/manifests/mx.pp index 2db5c8d30..24d5405f5 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 => '', } include clamav