summaryrefslogtreecommitdiffstats
path: root/lib/puppet/server/filebucket.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/server/filebucket.rb')
-rwxr-xr-xlib/puppet/server/filebucket.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/puppet/server/filebucket.rb b/lib/puppet/server/filebucket.rb
index 9c02e0794..4fbf78021 100755
--- a/lib/puppet/server/filebucket.rb
+++ b/lib/puppet/server/filebucket.rb
@@ -19,8 +19,6 @@ module Puppet
class Server
class BucketError < RuntimeError; end
class FileBucket < Handler
- DEFAULTPORT = 8139
-
@interface = XMLRPC::Service::Interface.new("puppetbucket") { |iface|
iface.add_method("string addfile(string, string)")
iface.add_method("string getfile(string)")