summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2011-04-26 14:04:09 -0700
committerDaniel DeLeo <dan@opscode.com>2011-04-26 14:04:09 -0700
commitb304bbf8409e6081471e7a56d367891f4f764f82 (patch)
treee218084417696d747e5934c4ccd2e4f3f056904b
parent8ff31078a15e7070bd9fb526b21a697e0e73f4a8 (diff)
parentb06ac573cbd0f3c811e06473d51b0802f22d8856 (diff)
downloadchef-b304bbf8409e6081471e7a56d367891f4f764f82.tar.gz
Merge branch 'CHEF-2265'
-rw-r--r--chef/lib/chef/knife/bootstrap.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/chef/lib/chef/knife/bootstrap.rb b/chef/lib/chef/knife/bootstrap.rb
index 7bb6082c28..ea8ac795b3 100644
--- a/chef/lib/chef/knife/bootstrap.rb
+++ b/chef/lib/chef/knife/bootstrap.rb
@@ -29,6 +29,7 @@ class Chef
require 'highline'
require 'net/ssh'
require 'net/ssh/multi'
+ Chef::Knife::Ssh.load_deps
end
banner "knife bootstrap FQDN (options)"