From 423ca63a02869e1ab9bd346c92b8b3b4c8d486ad Mon Sep 17 00:00:00 2001 From: Vivek Singh Date: Thu, 12 Nov 2020 15:18:24 +0530 Subject: require net/ssh Signed-off-by: Vivek Singh --- lib/chef/knife/bootstrap.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/chef/knife/bootstrap.rb b/lib/chef/knife/bootstrap.rb index 8b598429d3..1550c62dc1 100644 --- a/lib/chef/knife/bootstrap.rb +++ b/lib/chef/knife/bootstrap.rb @@ -407,6 +407,7 @@ class Chef deps do require "erubis" unless defined?(Erubis) + require "net/ssh" unless defined?(Net::SSH) require_relative "../json_compat" require_relative "../util/path_helper" require_relative "bootstrap/chef_vault_handler" -- cgit v1.2.1