sigh, totally broken
[mirror/dsa-puppet.git] / modules / puppetmaster / lib / puppet / parser / functions / whohosts.rb
index ebb9f3d..f98bf0a 100644 (file)
@@ -5,7 +5,7 @@ module Puppet::Parser::Functions
 
     ipAddrs = args[0]
     yamlfile = args[1]
-    self.interp.newfile(yamlfile)
+    #self.interp.newfile(yamlfile)
 
     $KCODE = 'utf-8'