diff options
Diffstat (limited to 'lib/puppet')
| -rw-r--r-- | lib/puppet/indirector/rest.rb | 4 |
1 files changed, 0 insertions, 4 deletions
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 |
