]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/puppetmaster/lib/puppet/parser/functions/nodeinfo.rb
use the right value
[dsa-puppet.git] / 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