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:
ed417d1
)
Again with cast to a string
author
Stephen Gran
<steve@lobefin.net>
Thu, 7 May 2009 00:31:23 +0000
(
01:31
+0100)
committer
Stephen Gran
<steve@lobefin.net>
Thu, 7 May 2009 00:31:23 +0000
(
01:31
+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
1ea37fe
..
6b92a27
100644
(file)
--- a/
modules/exim/templates/eximconf.erb
+++ b/
modules/exim/templates/eximconf.erb
@@
-1298,7
+1298,7
@@
remote_smtp_smarthost:
<%=
out = ""
if not nodeinfo['smarthost'].empty?
- out += " port = " + nodeinfo['smarthost_port'] + "\n"
+ out += " port = " + nodeinfo['smarthost_port']
.to_s
+ "\n"
end
if has_variable?("exim_ssl_certs") && exim_ssl_certs == "true"