From: Stephen Gran Date: Thu, 7 May 2009 00:31:23 +0000 (+0100) Subject: Again with cast to a string X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;ds=inline;h=739fc83697ca447bb8c1e2b955cc15eaca43a961;p=mirror%2Fdsa-puppet.git Again with cast to a string Signed-off-by: Stephen Gran --- diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index 1ea37fe5c..6b92a279a 100644 --- 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"