Issue #3946 has been updated by Adrien Thebo. Status changed from In Topic Branch Pending Review to Merged - Pending Release Target version set to 3.4.0
Merged into master in af5fb2f; this should be released in 3.4.0. With respect to the method name chosen, see https://groups.google.com/forum/#!topic/puppet-dev/2blbxCo5pzg. ---------------------------------------- Feature #3946: providers should have a finalize class method https://projects.puppetlabs.com/issues/3946#change-97749 * Author: Dan Bode * Status: Merged - Pending Release * 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.
