]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
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 ebb9f3de9bd0a07d8a1422f0c62854dd722c2c5c..f98bf0ad050cd2c33a0857d2a29f3c7698ed0454 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 0d12c661433ef26a59468f623d701d4c9aa4caf6..4f6227f118bdae4bc1918fbebc4eb03becd21c95 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 = {}