Issue #1969 has been updated by luke. Status changed from Unreviewed to Rejected
There's a bit of misunderstanding here. The failure you're getting is actually during the the catalog run - the client is trying to pull files down from the server, which requires that the server does a node lookup to figure out what environment the client is using (this is being fixed in 0.25). The node information is cached in YAML, and somehow your yaml is getting corrupted. The big question here is how that yaml got corrupted; we've got protections in place that should keep multiple processes from writing to it. If you can figure that one out, please open it as a new ticket. ---------------------------------------- Bug #1969: yaml files are looked at first before stored config entries? http://projects.reductivelabs.com:80/issues/1969 Author: lludwig Status: Rejected Priority: Normal Assigned to: Category: Target version: Complexity: Unknown Affected version: 0.24.7 Keywords: I had an odd problem with storedconfig. Luke and I were performing some testing on my Puppetmaster. For awhile the storedconfig option was disabled and then eventually re-enabled. I then noticed I was getting this issue with one of my nodes.= Feb 13 10:11:04 demeter puppetd[21737]: (/File[/var/lib/puppet/lib/plugins]) Failed to generate additional resources during transaction: Could not parse YAML data for node demeter.empoweringmedia.net: syntax error on line 264, col -1: `' Feb 13 10:11:05 demeter puppetd[21737]: (/File[/var/lib/puppet/lib/plugins]) Failed to retrieve current state of resource: Could not parse YAML data for node demeter.empoweringmedia.net: syntax error on line 264, col -1: `' Could not describe /plugins: Could not parse YAML data for node demeter.empoweringmedia.net: syntax error on line 264, col -1: `' Feb 13 10:11:07 demeter puppetd[21737]: Could not retrieve catalog: Could not parse YAML data for node demeter.empoweringmedia.net: syntax error on line 264, col -1: `' Well I deleted the entry in the database (via the tool in puppet) and was still getting this error. It turns out I had to delete the file in /var/lib/puppet/yaml/node My question is this a "feature" or a bug? ---------------------------------------- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
