Issue #5103 has been updated by Dan Bode.
note: they are both called when purging is enabled for my type. ---------------------------------------- Bug #5103: both self.prefetch and self.instances in parsedfile.rb do the same thing https://projects.puppetlabs.com/issues/5103 Author: Dan Bode Status: Unreviewed Priority: Normal Assignee: Category: provider Target version: Affected Puppet version: 2.6.3rc1 Keywords: parsedfile prefetch instances Branch: I noticed that my parsedfile prefetch_hook was being called twice for a provider that I am working on. This is because both self.instances and self.prefetch for parsedfile do exactly the same thing, and both are called. -- 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://projects.puppetlabs.com/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.
