On Wed, Sep 29, 2010 at 1:54 PM, Brice Figureau
<[email protected]> wrote:
> It would be great if you could add some debug statements to the
> lib/puppet/indirector/yaml.rb file around line 22 to show what the YAML
> look like, and/or what cache it was trying to load.

I added

    Puppet.debug("FOO: failed to read YAML from #{file}") if yaml.nil?
or yaml.to_s == ""

at line 19 of puppet/indirector/yaml.rb and it's logging when I run
puppet-load so it looks like something is failing in readlock().

Jason

-- 
"His face disappeared. If someone has no face left, you know it's serious."

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to