The use of Puppet::Util::Cacher in this module was removed previously, and this stray, unnecessary require was left around.
Reviewed-By: Jacob Helwig <[email protected]> --- lib/puppet/network/http_pool.rb | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/lib/puppet/network/http_pool.rb b/lib/puppet/network/http_pool.rb index d4ec48d..8baf48c 100644 --- a/lib/puppet/network/http_pool.rb +++ b/lib/puppet/network/http_pool.rb @@ -1,6 +1,5 @@ require 'puppet/ssl/host' require 'net/https' -require 'puppet/util/cacher' module Puppet::Network; end -- 1.7.5.4 -- 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.
