From: Stephen Gran Date: Tue, 17 Apr 2012 17:13:54 +0000 (+0100) Subject: use the right value X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=652e0d6893a8678ee5014564d95145a3337bbc39;p=mirror%2Fdsa-puppet.git use the right value Signed-off-by: Stephen Gran --- 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