Add ability to extract keys from nodeinfo
[mirror/dsa-puppet.git] / files / etc / puppet / lib / puppet / parser / functions / nodeinfo.rb
index 64e94db..84e5bc9 100644 (file)
@@ -31,7 +31,7 @@ module Puppet::Parser::Functions
 
     results['mail_port']      = ''
     results['smarthost']      = ''
-    results['heavy_exim']     = ""
+    results['heavy_exim']     = ''
     results['smarthost_port'] = 587
     results['reservedaddrs']  = '0.0.0.0/8 : 127.0.0.0/8 : 10.0.0.0/8 : 169.254.0.0/16 : 172.16.0.0/12 : 192.0.0.0/17 : 192.168.0.0/16 : 224.0.0.0/4 : 240.0.0.0/5 : 248.0.0.0/5'