From 1c0d4f3e05c3adb88bef0a2302dcca90e885181d Mon Sep 17 00:00:00 2001 From: brettcave Date: Thu, 26 Jun 2014 04:35:04 +0200 Subject: CHEF-4538 - add an option for gateway_identity_file that will allow key-based authentication on the gateway. CHEF-4538 - rename option to be consistent with knife-ec2 option. CHEF-4538 - added parameter to config. Added config merge from parameter for ssh. Added ssh test for gateway identity. CHEF-4538 - bootstrap parameter for gateway identity --- chef-config/lib/chef-config/config.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'chef-config/lib') diff --git a/chef-config/lib/chef-config/config.rb b/chef-config/lib/chef-config/config.rb index 4f2516331d..884b07764f 100644 --- a/chef-config/lib/chef-config/config.rb +++ b/chef-config/lib/chef-config/config.rb @@ -714,6 +714,7 @@ module ChefConfig default :ssh_user, nil default :ssh_attribute, nil default :ssh_gateway, nil + default :ssh_gateway_identity, nil default :bootstrap_version, nil default :bootstrap_proxy, nil default :bootstrap_template, nil -- cgit v1.2.1