summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2015-05-19 15:04:20 -0700
committerClaire McQuin <claire@getchef.com>2015-05-21 10:02:33 -0700
commit93b3c7a4084744b23c83e03826cc9b4b6dc745b1 (patch)
tree820538f294a50d817841d422bc44ec9c5869aa67
parentc70b1a573b41d578501f7ba36b3bb32688128a6e (diff)
downloadchef-93b3c7a4084744b23c83e03826cc9b4b6dc745b1.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 4cb0f73793..a5faee9d35 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",