diff options
author | Matt Wrock <matt@mattwrock.com> | 2015-12-22 12:56:08 -0800 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2015-12-22 12:56:08 -0800 |
commit | 7983e70b7d80ac5063fd7b9182d6fd41ff39c5c3 (patch) | |
tree | 53501d8ee5dc4837e3fb15a7f93944ee48f6a21f /lib/chef/knife/bootstrap.rb | |
parent | e41ae9e7f407e8fa139bb154813805b46c0b5d1f (diff) | |
download | chef-7983e70b7d80ac5063fd7b9182d6fd41ff39c5c3.tar.gz |
no longer wait on node search to refresh vault but pass created ApiClient instead
Diffstat (limited to 'lib/chef/knife/bootstrap.rb')
-rw-r--r-- | lib/chef/knife/bootstrap.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/bootstrap.rb b/lib/chef/knife/bootstrap.rb index 30ea3cac6c..d958ddf336 100644 --- a/lib/chef/knife/bootstrap.rb +++ b/lib/chef/knife/bootstrap.rb @@ -377,7 +377,7 @@ class Chef client_builder.run - chef_vault_handler.run(node_name: config[:chef_node_name]) + chef_vault_handler.run(client_builder.client) bootstrap_context.client_pem = client_builder.client_path else |