summaryrefslogtreecommitdiff
path: root/DOC_CHANGES.md
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2014-12-18 14:52:02 -0800
committertyler-ball <tyleraball@gmail.com>2014-12-18 14:52:02 -0800
commit095d2e4128121d8303887663d882ee54a5c12c7a (patch)
tree19f7d38049dc543e961a2fbd4c36f295c5b48341 /DOC_CHANGES.md
parent02cfe1d405001f6545f8559213da967aff1751c4 (diff)
downloadchef-095d2e4128121d8303887663d882ee54a5c12c7a.tar.gz
Addressing review comments, adding documentation
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r--DOC_CHANGES.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md
index 15f88abdca..9a6c78a524 100644
--- a/DOC_CHANGES.md
+++ b/DOC_CHANGES.md
@@ -6,6 +6,15 @@ Example Doc Change:
Description of the required change.
-->
+### Experimental Audit Mode Feature
+
+There is a new command_line flag provided for `chef-client`: `--audit-mode`. This accepts 1 of 3 arguments:
+
+* disabled (default) - Audits are disabled and the phase is skipped. This is the default while Audit mode is an
+experimental feature.
+* enabled - Audits are enabled and will be performed after the converge phase.
+* audit_only - Audits are enabled and convergence is disabled. Only audits will be performed.
+
### Chef Why Run Mode Ignores Audit Phase
Because most users enable `why_run` mode to determine what resources convergence will update on their system, the audit