summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-10 15:23:56 -0700
committerTim Smith <tsmith@chef.io>2019-04-23 16:53:22 -0700
commit01446719068211f3f4e52f98aa5be2ad4b9dde24 (patch)
treefc4ee92cb1067f051bdc9c26f3eaab1c2552fc76 /docs
parentee838cb7e223178c70f1f027d4e460fbba25bc46 (diff)
downloadchef-01446719068211f3f4e52f98aa5be2ad4b9dde24.tar.gz
Remove audit mode example
Audit mode is no more Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'docs')
-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.