diff options
author | Christo De Lange <christo_delange@homedepot.com> | 2016-07-14 21:03:54 -0400 |
---|---|---|
committer | Christo De Lange <christo_delange@homedepot.com> | 2016-07-14 21:03:54 -0400 |
commit | b50d7dd216c51f7b3aa09b4c3f2bc4031a60344e (patch) | |
tree | 7dc7d446eb3686e828d74da483d3a1fdb2033b29 /lib/chef/knife/bootstrap.rb | |
parent | f8f450d85e36befe32dba833e0194943d4b68a15 (diff) | |
download | chef-b50d7dd216c51f7b3aa09b4c3f2bc4031a60344e.tar.gz |
Ensure that the valid option is given back to the option parser
Diffstat (limited to 'lib/chef/knife/bootstrap.rb')
-rw-r--r-- | lib/chef/knife/bootstrap.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/knife/bootstrap.rb b/lib/chef/knife/bootstrap.rb index f5dc29371f..18914f6be2 100644 --- a/lib/chef/knife/bootstrap.rb +++ b/lib/chef/knife/bootstrap.rb @@ -224,6 +224,7 @@ class Chef unless valid_values.include?(v) raise "Invalid value '#{v}' for --node-ssl-verify-mode. Valid values are: #{valid_values.join(", ")}" end + v } option :node_verify_api_cert, |