summaryrefslogtreecommitdiff
path: root/DOC_CHANGES.md
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2014-12-29 15:13:51 -0800
committertyler-ball <tyleraball@gmail.com>2014-12-29 15:13:51 -0800
commitc1676b32aa08b618f4c2317676f5590388b3bc53 (patch)
treed049236793b5ce8ade14f594218eac917ed31291 /DOC_CHANGES.md
parent43eba1778fab8bc440f97824af7227476457a65c (diff)
downloadchef-c1676b32aa08b618f4c2317676f5590388b3bc53.tar.gz
Updating for review comments
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r--DOC_CHANGES.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md
index 0c82661f34..7429baca2a 100644
--- a/DOC_CHANGES.md
+++ b/DOC_CHANGES.md
@@ -14,10 +14,12 @@ Previously, when a URI scheme contained all uppercase letters, Chef would reject
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
+* `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.
+* `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.
+
+This can also be configured in your node's client.rb with the key `audit_mode` and a value of `:disabled`, `:enabled` or `:audit_only`.
### Chef Why Run Mode Ignores Audit Phase
@@ -32,4 +34,4 @@ The `--audit-mode` flag should be a link to the documentation for that flag
#### Editors node 2
This probably only needs to be a bullet point added to http://docs.getchef.com/nodes.html#about-why-run-mode under the
-`certain assumptions` section \ No newline at end of file
+`certain assumptions` section