Luke -- > The only question I have is whether we can settle for File.exists? or > if we should do an lstat. Comments?
Excellent catch! File.exists? wraps stat, not lstat, so pointing the link at a non-existent target could have gotten by this. The main case was still covered, but it was a sloppy oversight on my part. Revised patch coming up. -- Markus --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
