summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIrving Popovetsky <irving@getchef.com>2015-05-05 12:19:49 -0700
committerIrving Popovetsky <irving@getchef.com>2015-05-05 12:19:49 -0700
commitd58d7948e68b31497b5291a0fb08985aa0ebe224 (patch)
treec12195d31bf28aae1b8d4117b0d2f639f3eee487
parent1dfa55fe77fe03cdd90a342a73b4478e1e16d1e8 (diff)
downloadchef-irving/streaming_uploader_http_fix.tar.gz
Remove a require statement now that we dont need it anymoreirving/streaming_uploader_http_fix
-rw-r--r--lib/chef/cookbook_site_streaming_uploader.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/cookbook_site_streaming_uploader.rb b/lib/chef/cookbook_site_streaming_uploader.rb
index 1fabba5b2f..0302a51165 100644
--- a/lib/chef/cookbook_site_streaming_uploader.rb
+++ b/lib/chef/cookbook_site_streaming_uploader.rb
@@ -22,7 +22,6 @@ require 'uri'
require 'net/http'
require 'mixlib/authentication/signedheaderauth'
require 'openssl'
-require 'chef/http/ssl_policies'
class Chef
# == Chef::CookbookSiteStreamingUploader