summaryrefslogtreecommitdiffstats
path: root/lib/puppet
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-02-28 14:49:32 -0600
committerLuke Kanies <luke@madstop.com>2008-02-28 14:49:32 -0600
commit82b02b90493f0abc173ec4cc09948106ae5190cd (patch)
tree407fc6424353f343aaceed2462023c4b2f3e404d /lib/puppet
parentfe1f4f57bf5ee0792ee645ec8e0bfddf455ea1e3 (diff)
downloadpuppet-82b02b90493f0abc173ec4cc09948106ae5190cd.tar.gz
puppet-82b02b90493f0abc173ec4cc09948106ae5190cd.tar.xz
puppet-82b02b90493f0abc173ec4cc09948106ae5190cd.zip
Fixing #1101 -- puppetrun works again.
Diffstat (limited to 'lib/puppet')
-rw-r--r--lib/puppet/network/client.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/puppet/network/client.rb b/lib/puppet/network/client.rb
index 0a0a72345..cf1782f79 100644
--- a/lib/puppet/network/client.rb
+++ b/lib/puppet/network/client.rb
@@ -7,6 +7,8 @@ require 'puppet/util/subclass_loader'
require 'puppet/util/methodhelper'
require 'puppet/sslcertificates/support'
+require 'puppet/network/handler'
+
require 'net/http'
# Some versions of ruby don't have this method defined, which basically causes