From: Stephen Gran Date: Mon, 30 May 2011 09:13:43 +0000 (+0100) Subject: sigh, totally broken X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=55a63628f8e7bbc120abc8378ae119243eb622ce;p=mirror%2Fdsa-puppet.git sigh, totally broken Signed-off-by: Stephen Gran --- diff --git a/modules/puppetmaster/lib/puppet/parser/functions/whohosts.rb b/modules/puppetmaster/lib/puppet/parser/functions/whohosts.rb index ebb9f3de9..f98bf0ad0 100644 --- a/modules/puppetmaster/lib/puppet/parser/functions/whohosts.rb +++ b/modules/puppetmaster/lib/puppet/parser/functions/whohosts.rb @@ -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' diff --git a/modules/puppetmaster/lib/puppet/parser/functions/yamlinfo.rb b/modules/puppetmaster/lib/puppet/parser/functions/yamlinfo.rb index 0d12c6614..4f6227f11 100644 --- a/modules/puppetmaster/lib/puppet/parser/functions/yamlinfo.rb +++ b/modules/puppetmaster/lib/puppet/parser/functions/yamlinfo.rb @@ -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 = {}