]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Again with cast to a string
authorStephen Gran <steve@lobefin.net>
Thu, 7 May 2009 00:31:23 +0000 (01:31 +0100)
committerStephen 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

index 1ea37fe5c9a504bd2b77128f91c45d24a02193b4..6b92a279ad66aa27f1c74f66dc80ad357e52effa 100644 (file)
@@ -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"