summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Ridder <shortdudey123@gmail.com>2017-03-06 09:48:37 -0800
committerGrant Ridder <shortdudey123@gmail.com>2017-03-06 09:48:37 -0800
commit8d8d533642def762cf5fe57ade8460a880e50c40 (patch)
tree330affad007513e0d89ed199ad2dc31c0f542a8c
parent03e0bbe62ecdbcd6701544c638bf5e60c3c02885 (diff)
downloadchef-8d8d533642def762cf5fe57ade8460a880e50c40.tar.gz
Remove unneeded comment and bundle config
Signed-off-by: Grant Ridder <shortdudey123@gmail.com>
-rw-r--r--.bundle/config2
-rw-r--r--lib/chef/knife/ssh.rb1
2 files changed, 0 insertions, 3 deletions
diff --git a/.bundle/config b/.bundle/config
index 2bf84ac862..e520135ebc 100644
--- a/.bundle/config
+++ b/.bundle/config
@@ -1,4 +1,2 @@
---
BUNDLE_FROZEN: "1"
-BUNDLE_PATH: ".bundle"
-BUNDLE_DISABLE_SHARED_GEMS: "true"
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