diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dev/design_documents/client_exit_codes.md | 3 |
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. |