Issue #12396 has been updated by Matthaus Owens. Status changed from Merged - Pending Release to Closed
Released in Puppet 3.0.0rc1 ---------------------------------------- Refactor #12396: DRY up self.timeout https://projects.puppetlabs.com/issues/12396#change-72586 Author: Jeff Weiss Status: Closed Priority: Low Assignee: Jeff Weiss Category: Target version: 3.0.0 Affected Puppet version: Keywords: Branch: https://github.com/puppetlabs/puppet/pull/636 We have several duplicate definitions of self.timeout across several different files. * source:lib/puppet/configurer.rb#L201 * source:lib/puppet/configurer/downloader.rb#L8 * source:lib/puppet/indirector/facts/facter.rb#L59 This definition should be moved to a module and included in each of the above. -- 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.
