summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2015-05-19 15:04:20 -0700
committerBryan McLellan <btm@loftninjas.org>2015-05-27 14:16:28 -0400
commitdd89bd93841acf8aa64a9dc21f64e09d2fe7b762 (patch)
treed8509962d9449daa3e83e3ce72f72d8d7b9134dd
parentae0cb8e756d8c72f1c698d959eb0039ac06262cd (diff)
downloadchef-dd89bd93841acf8aa64a9dc21f64e09d2fe7b762.tar.gz
Revert "Add CLI option --audit-as-warning"
This reverts commit 6e88071320032ad18f3b7d5940673f4ad6563c5d.
-rw-r--r--lib/chef/application/client.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/chef/application/client.rb b/lib/chef/application/client.rb
index 43097fc12d..551e26e303 100644
--- a/lib/chef/application/client.rb
+++ b/lib/chef/application/client.rb
@@ -253,11 +253,6 @@ class Chef::Application::Client < Chef::Application
:description => "Enable audit-mode with `enabled`. Disable audit-mode with `disabled`. Skip converge and only perform audits with `audit-only`",
:proc => lambda { |mo| mo.gsub("-", "_").to_sym }
- option :audit_as_warning,
- :long => "--audit-as-warning",
- :description => "Interpret failed controls as warnings.",
- :boolean => true
-
option :minimal_ohai,
:long => "--minimal-ohai",
:description => "Only run the bare minimum ohai plugins chef needs to function",