From 55a63628f8e7bbc120abc8378ae119243eb622ce Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Mon, 30 May 2011 10:13:43 +0100 Subject: [PATCH] sigh, totally broken Signed-off-by: Stephen Gran --- modules/puppetmaster/lib/puppet/parser/functions/whohosts.rb | 2 +- modules/puppetmaster/lib/puppet/parser/functions/yamlinfo.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = {} -- 2.20.1