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:
8de47bd
)
Need to cast to a string to evaluate
author
Stephen Gran
<steve@lobefin.net>
Thu, 7 May 2009 00:17:50 +0000
(
01:17
+0100)
committer
Stephen Gran
<steve@lobefin.net>
Thu, 7 May 2009 00:17:50 +0000
(
01:17
+0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/exim/templates/eximconf.erb
patch
|
blob
|
history
diff --git
a/modules/exim/templates/eximconf.erb
b/modules/exim/templates/eximconf.erb
index
81c7ec4
..
e9f332c
100644
(file)
--- a/
modules/exim/templates/eximconf.erb
+++ b/
modules/exim/templates/eximconf.erb
@@
-194,7
+194,7
@@
if nodeinfo['bugsmaster']
ports << 587
end
-if not nodeinfo['mail_port'].empty?
+if not nodeinfo['mail_port'].
to_s.
empty?
ports << nodeinfo['mail_port']
end