projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1921ee3
)
Consider the empty string as no smarthost
author
Peter Palfrader
<peter@palfrader.org>
Sat, 21 Sep 2019 17:06:27 +0000
(19:06 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 21 Sep 2019 17:06:27 +0000
(19:06 +0200)
modules/exim/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/exim/manifests/init.pp
b/modules/exim/manifests/init.pp
index
fd41732
..
83e56f3
100644
(file)
--- 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