From: Peter Palfrader Date: Sat, 21 Sep 2019 17:06:27 +0000 (+0200) Subject: Consider the empty string as no smarthost X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=de8c1d4a9a45a2b30ab58e062251fbe9f722fe1b;p=mirror%2Fdsa-puppet.git Consider the empty string as no smarthost --- diff --git a/modules/exim/manifests/init.pp b/modules/exim/manifests/init.pp index fd4173273..83e56f38a 100644 --- a/modules/exim/manifests/init.pp +++ b/modules/exim/manifests/init.pp @@ -18,7 +18,7 @@ class exim ( include exim::vdomain::setup include debian_org::mail_incoming_port - if $smarthost { + if $smarthost and $smarthost != '' { $heavy = false } else { $heavy = true