summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2017-03-06 19:35:44 +0000
committerGitHub <noreply@github.com>2017-03-06 19:35:44 +0000
commit8f146dce498b380bb8e70a22688055adf5f6daae (patch)
tree3ac26c492cc998e8be3f6f57881d2bab4a69b7b8 /chef-config/lib
parentb4632f4263ee4ddec7f92cdb9e1ee6dee68fc758 (diff)
parent8d8d533642def762cf5fe57ade8460a880e50c40 (diff)
downloadchef-8f146dce498b380bb8e70a22688055adf5f6daae.tar.gz
Merge pull request #5830 from shortdudey123/CHEF-4538_ssh-gateway-identity-auth
CHEF-4538 - add an option for gateway_identity_file that will allow key-based authentication on the gateway.
Diffstat (limited to 'chef-config/lib')
-rw-r--r--chef-config/lib/chef-config/config.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/chef-config/lib/chef-config/config.rb b/chef-config/lib/chef-config/config.rb
index fb41cfae99..3a55c8233d 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