sigh, totally broken
[mirror/dsa-puppet.git] / modules / puppetmaster / lib / puppet / parser / functions / yamlinfo.rb
index 0d12c66..4f6227f 100644 (file)
@@ -3,7 +3,7 @@ module Puppet::Parser::Functions
 
     host = args[0]
     yamlfile = args[1]
-    self.interp.newfile(yamlfile)
+    #self.interp.newfile(yamlfile)
 
     def read_yaml(yaml, host)
       results = {}