]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
use the right value
authorStephen Gran <steve@lobefin.net>
Tue, 17 Apr 2012 17:13:54 +0000 (18:13 +0100)
committerStephen Gran <steve@lobefin.net>
Tue, 17 Apr 2012 17:13:54 +0000 (18:13 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/puppetmaster/lib/puppet/parser/functions/nodeinfo.rb

index ec26415738b2755f76bead11a047d8878559a360..6c32a71b3e420e252712a2cc4adebedb91666cfd 100644 (file)
@@ -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