diff options
author | Grant Ridder <shortdudey123@gmail.com> | 2017-03-06 09:48:37 -0800 |
---|---|---|
committer | Grant Ridder <shortdudey123@gmail.com> | 2017-03-06 09:48:37 -0800 |
commit | 8d8d533642def762cf5fe57ade8460a880e50c40 (patch) | |
tree | 330affad007513e0d89ed199ad2dc31c0f542a8c /lib | |
parent | 03e0bbe62ecdbcd6701544c638bf5e60c3c02885 (diff) | |
download | chef-8d8d533642def762cf5fe57ade8460a880e50c40.tar.gz |
Remove unneeded comment and bundle config
Signed-off-by: Grant Ridder <shortdudey123@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/knife/ssh.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/knife/ssh.rb b/lib/chef/knife/ssh.rb index cfe85ee156..d79565991f 100644 --- a/lib/chef/knife/ssh.rb +++ b/lib/chef/knife/ssh.rb @@ -554,7 +554,6 @@ class Chef end def configure_ssh_gateway_identity - # config[:identity_file] is DEPRECATED in favor of :ssh_identity_file config[:ssh_gateway_identity] = get_stripped_unfrozen_value(config[:ssh_gateway_identity] || Chef::Config[:knife][:ssh_gateway_identity]) end |