diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-02-03 11:34:29 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-03 11:34:29 -0800 |
commit | 2c06a2b7b7a26d67c0911b58dd1c5f4627f0ee59 (patch) | |
tree | d1508176b2c37342836bd96b9ef90afbd652be76 /lib | |
parent | 434a7a333ab60c866a107f2a153939c3b0885fa0 (diff) | |
parent | 8e580ec9278884c142df9b57ea22413d6eab84d8 (diff) | |
download | chef-2c06a2b7b7a26d67c0911b58dd1c5f4627f0ee59.tar.gz |
Merge pull request #5778 from chef/btm/no-fips
Fix --no-fips on chef-client
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/application/client.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/application/client.rb b/lib/chef/application/client.rb index 000aff905b..c8dbd76019 100644 --- a/lib/chef/application/client.rb +++ b/lib/chef/application/client.rb @@ -289,7 +289,7 @@ class Chef::Application::Client < Chef::Application :boolean => true option :fips, - :long => "--fips", + :long => "--[no-]fips", :description => "Enable fips mode", :boolean => true |