From 652e0d6893a8678ee5014564d95145a3337bbc39 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Tue, 17 Apr 2012 18:13:54 +0100 Subject: [PATCH] use the right value Signed-off-by: Stephen Gran --- modules/puppetmaster/lib/puppet/parser/functions/nodeinfo.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/puppetmaster/lib/puppet/parser/functions/nodeinfo.rb b/modules/puppetmaster/lib/puppet/parser/functions/nodeinfo.rb index ec2641573..6c32a71b3 100644 --- a/modules/puppetmaster/lib/puppet/parser/functions/nodeinfo.rb +++ b/modules/puppetmaster/lib/puppet/parser/functions/nodeinfo.rb @@ -17,7 +17,7 @@ module Puppet::Parser::Functions if lookupvar('::mta') == 'exim4' unless nodeinfo['heavy_exim'] - nodeinfo['smarthost'] = true + nodeinfo['smarthost'] = 'mailout.debian.org' end end -- 2.20.1