From f7a5f87cbbbb2a0895e2174ad5d25e6f3f7aad46 Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 6 Sep 2005 04:21:26 +0000 Subject: removing DEFAULTPORT stuff git-svn-id: https://reductivelabs.com/svn/puppet/trunk@626 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/server/filebucket.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/puppet/server') 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)") -- cgit