summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeha Pansare <neha.pansare@progress.com>2023-05-04 20:22:33 +0530
committerNeha Pansare <neha.pansare@progress.com>2023-05-04 20:22:33 +0530
commit69f138f2a1a7fc76ec0ba55aa176f8d63ac5ae2e (patch)
tree0467230b1e824fe66caefced2ba9dda08e4ba8b9
parent493a3d614a588526342ddb0fa7751e3740a8cdee (diff)
downloadchef-69f138f2a1a7fc76ec0ba55aa176f8d63ac5ae2e.tar.gz
Load monkey patch for net/http in chef-solo mode
Signed-off-by: Neha Pansare <neha.pansare@progress.com>
-rw-r--r--lib/chef/application/solo.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/application/solo.rb b/lib/chef/application/solo.rb
index 8264393bb9..2b09eac1dc 100644
--- a/lib/chef/application/solo.rb
+++ b/lib/chef/application/solo.rb
@@ -22,6 +22,7 @@ require_relative "client"
require "fileutils" unless defined?(FileUtils)
require "pathname" unless defined?(Pathname)
require "chef-utils" unless defined?(ChefUtils::CANARY)
+require "chef/monkey_patches/net-http"
# DO NOT MAKE EDITS, see Chef::Application::Base
#