summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/network')
-rw-r--r--lib/puppet/network/http_pool.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/network/http_pool.rb b/lib/puppet/network/http_pool.rb
index 78a35cc15..4b371abe7 100644
--- a/lib/puppet/network/http_pool.rb
+++ b/lib/puppet/network/http_pool.rb
@@ -28,7 +28,7 @@ module Puppet::Network::HttpPool
http_cache.each do |name, connection|
connection.finish if connection.started?
end
- Puppet::Util::Cacher.invalidate
+ Puppet::Util::Cacher.expire
end
# Make sure we set the driver up when we read the cert in.