sigh, totally broken
authorStephen Gran <steve@lobefin.net>
Mon, 30 May 2011 09:13:43 +0000 (10:13 +0100)
committerStephen Gran <steve@lobefin.net>
Mon, 30 May 2011 09:13:43 +0000 (10:13 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/puppetmaster/lib/puppet/parser/functions/whohosts.rb
modules/puppetmaster/lib/puppet/parser/functions/yamlinfo.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'
 
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 = {}