summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/http/mongrel
diff options
context:
space:
mode:
authorRick Bradley <rick@rickbradley.com>2008-02-19 15:06:00 -0600
committerLuke Kanies <luke@madstop.com>2008-04-11 13:10:33 -0500
commitc2f8c69af368a8ba496da4ef0023ac5f0885e3c0 (patch)
tree754e1d9bd02ecf1250d3e6bcb2681dbe02583582 /lib/puppet/network/http/mongrel
parent13c40e93a5f65255dd3cf93955e83121cc5bb594 (diff)
downloadpuppet-c2f8c69af368a8ba496da4ef0023ac5f0885e3c0.tar.gz
puppet-c2f8c69af368a8ba496da4ef0023ac5f0885e3c0.tar.xz
puppet-c2f8c69af368a8ba496da4ef0023ac5f0885e3c0.zip
the indirector will not serve xmlrpc (this is the responsibility of the legacy networking code; it was a mistake to include stubbed support for it in the new code); removing
Diffstat (limited to 'lib/puppet/network/http/mongrel')
-rw-r--r--lib/puppet/network/http/mongrel/xmlrpc.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/puppet/network/http/mongrel/xmlrpc.rb b/lib/puppet/network/http/mongrel/xmlrpc.rb
deleted file mode 100644
index 92acd4f0e..000000000
--- a/lib/puppet/network/http/mongrel/xmlrpc.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-class Puppet::Network::HTTP::MongrelXMLRPC
- def initialize(args = {})
- end
-end