summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Murawski <steven.murawski@gmail.com>2015-11-17 13:51:24 -0600
committerSteven Murawski <steven.murawski@gmail.com>2015-11-17 13:51:24 -0600
commit6cb744052c0818902f97630c52d55045fcee92df (patch)
tree2dbe9b268dbbeefd01675040425b72ef7686ef2a
parent299075ae2e7723e072586079cd581e09a27d6bef (diff)
downloadchef-6cb744052c0818902f97630c52d55045fcee92df.tar.gz
update DOC_CHANGES.md with default action
-rw-r--r--DOC_CHANGES.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md
index cb7a411aaa..381cb9b047 100644
--- a/DOC_CHANGES.md
+++ b/DOC_CHANGES.md
@@ -59,7 +59,7 @@ ksh: https://docs.chef.io/release/12-6/resource_ksh.html
### `dsc_resource` resource
-Added allow_reboot attribute to dsc_resource.
+Added reboot_action attribute to dsc_resource.
-If the DSC resource indicates that it requires a reboot, allow_reboot can use the reboot resource to
-either reboot immediately (:reboot_now) or queue a reboot (:request_reboot).
+If the DSC resource indicates that it requires a reboot, reboot_action can use the reboot resource to
+either reboot immediately (:reboot_now) or queue a reboot (:request_reboot). The default value of reboot_action is :nothing.