summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-10 15:23:56 -0700
committerMary Jinglewski <mjinglewski@chef.io>2019-04-12 15:06:10 -0400
commit689f9165f6bce2582ce93f76a4f869def0acbca7 (patch)
treeaff39b65568fb4f4337dcc7208ef9d509978f99d
parentfa6a2834ac46dc6dbb06b0d6dc227636f319db74 (diff)
downloadchef-689f9165f6bce2582ce93f76a4f869def0acbca7.tar.gz
Remove audit mode example
Audit mode is no more Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--docs/dev/design_documents/client_exit_codes.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/dev/design_documents/client_exit_codes.md b/docs/dev/design_documents/client_exit_codes.md
index 762ad73b3e..404bc77996 100644
--- a/docs/dev/design_documents/client_exit_codes.md
+++ b/docs/dev/design_documents/client_exit_codes.md
@@ -31,7 +31,6 @@ All exit codes defined should be usable on all supported Chef Platforms. Also, t
* Reboot exit codes should take precedence over Chef Execution State
* Precedence within a table should be evaluated from the top down.
- * Example - Audit Mode Failure would only apply on a successful execution, but if the chef-run failed for any other reason, there is no reason to exit with audit mode.
## Exit Codes in Use
@@ -60,4 +59,4 @@ Exit Code | Reason | Details
## Extend
-If there is a need for additional exit codes, please open a Design Proposal PR to discuss the change, and then a PR to update this document. \ No newline at end of file
+If there is a need for additional exit codes, please open a Design Proposal PR to discuss the change, and then a PR to update this document.