summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/file_system/chef_server/cookbook_file.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/chef_fs/file_system/chef_server/cookbook_file.rb')
-rw-r--r--lib/chef/chef_fs/file_system/chef_server/cookbook_file.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/chef_fs/file_system/chef_server/cookbook_file.rb b/lib/chef/chef_fs/file_system/chef_server/cookbook_file.rb
index 0ee277abea..8bdaf75a30 100644
--- a/lib/chef/chef_fs/file_system/chef_server/cookbook_file.rb
+++ b/lib/chef/chef_fs/file_system/chef_server/cookbook_file.rb
@@ -18,7 +18,7 @@
require_relative "../base_fs_object"
require_relative "../../../http/simple"
-require "openssl"
+require "openssl" unless defined?(OpenSSL)
class Chef
module ChefFS