On Thu, Oct 25, 2012 at 4:42 AM, Fabrice Bacchella <[email protected]>wrote:
> This patch does something magic. A broken node (with allocator undefined > for Proc) is working when I apply your patch to the puppet master and > restart it. I can then remove it and the node will keep working. > Did you restart the puppet master after removing the patch? I expect the error to show back up once the patch is backed out and the master process is restarted. The "magic" is that I'm catching all exceptions and discarding them, so the error isn't being raised up. This is simply masking the problem through, the problem is still present so please don't apply this patch to your production systems or anything. -Jeff -- You received this message because you are subscribed to the Google Groups "Puppet Users" 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-users?hl=en.
