diff options
Diffstat (limited to 'lib/puppet/client.rb')
-rw-r--r-- | lib/puppet/client.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/client.rb b/lib/puppet/client.rb index 455ec2ba8..62fbf7da4 100644 --- a/lib/puppet/client.rb +++ b/lib/puppet/client.rb @@ -21,6 +21,7 @@ module Puppet class ClientError < RuntimeError; end #--------------------------------------------------------------- class Client < SOAP::RPC::HTTPServer + include Puppet def initialize(hash) # to whom do we connect? @server = nil |