remove smtp_sources from ferm's me.conf, retire old-style heavy_{exim,postfix} roles
[mirror/dsa-puppet.git] / modules / puppetmaster / lib / puppet / parser / functions / yamlinfo.rb
index 5839b75..8ae486d 100644 (file)
@@ -24,8 +24,6 @@ module Puppet::Parser::Functions
       end
 
       results['mail_port']      = ''
-      results['smarthost']      = ''
-      results['heavy_exim']     = ''
 
       if yaml['host_settings'].kind_of?(Hash)
         yaml['host_settings'].each_pair do |property, values|