Issue #3946 has been updated by Melissa Stone.
Released in Puppet 3.4.0-rc1 ---------------------------------------- Feature #3946: providers should have a finalize class method https://projects.puppetlabs.com/issues/3946#change-100471 * Author: Dan Bode * Status: Closed * Priority: Normal * Assignee: * Category: plumbing * Target version: 3.4.0 * Affected Puppet version: 3.2.3 * Keywords: * Branch: https://github.com/puppetlabs/puppet/pull/1851 ---------------------------------------- For providers that serve as a proxy, it makes sense to open all connections and set up all dependencies in the self.prefetch method. This requires an additional method that is called once per class instance where these connections can be closed. Something like self.finalize (borrowing from Java terminology) -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
