From 186f3cd34fb7fa3bc1ff683a5178444526259f92 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Wed, 30 Jul 2008 22:22:57 -0500 Subject: Removing an obsolete method from the rest indirector Signed-off-by: Luke Kanies --- lib/puppet/indirector/rest.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/puppet') diff --git a/lib/puppet/indirector/rest.rb b/lib/puppet/indirector/rest.rb index c33b8a949..e59b332c0 100644 --- a/lib/puppet/indirector/rest.rb +++ b/lib/puppet/indirector/rest.rb @@ -36,10 +36,6 @@ class Puppet::Indirector::REST < Puppet::Indirector::Terminus Puppet::Network::HttpPool.http_instance(Puppet[:server], Puppet[:masterport].to_i) end - def rest_connection_details - { :host => Puppet[:server], :port => Puppet[:masterport].to_i } - end - def find(request) deserialize network.get("/#{indirection.name}/#{request.key}", headers) end -- cgit