summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/client.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2009-02-02 17:16:07 -0600
committerLuke Kanies <luke@madstop.com>2009-02-06 18:08:43 -0600
commit700e823f7c33eb3c5b4d9e467742fd24f63bbeef (patch)
treefc9db0f5ab951b89ecc72d33fff54c7058e97f22 /lib/puppet/network/client.rb
parent4b7023e97662f944844cb58cd9807c988e4c28e9 (diff)
downloadpuppet-700e823f7c33eb3c5b4d9e467742fd24f63bbeef.tar.gz
puppet-700e823f7c33eb3c5b4d9e467742fd24f63bbeef.tar.xz
puppet-700e823f7c33eb3c5b4d9e467742fd24f63bbeef.zip
Not using 'master' client for testing
That class is gone, so until the Client class is no longer necessary, using a different class. Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'lib/puppet/network/client.rb')
-rw-r--r--lib/puppet/network/client.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/puppet/network/client.rb b/lib/puppet/network/client.rb
index 478883959..429e2563f 100644
--- a/lib/puppet/network/client.rb
+++ b/lib/puppet/network/client.rb
@@ -1,7 +1,6 @@
# the available clients
require 'puppet'
-require 'puppet/daemon'
require 'puppet/network/xmlrpc/client'
require 'puppet/util/subclass_loader'
require 'puppet/util/methodhelper'
@@ -34,7 +33,6 @@ end
# provide a different interface.
class Puppet::Network::Client
Client = self
- include Puppet::Daemon
include Puppet::Util
extend Puppet::Util::SubclassLoader
include Puppet::Util::MethodHelper