From 01446719068211f3f4e52f98aa5be2ad4b9dde24 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 10 Apr 2019 15:23:56 -0700 Subject: Remove audit mode example Audit mode is no more Signed-off-by: Tim Smith --- docs/dev/design_documents/client_exit_codes.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs') 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. -- cgit v1.2.1