summaryrefslogtreecommitdiff
path: root/DOC_CHANGES.md
diff options
context:
space:
mode:
authorSteven Murawski <steven.murawski@gmail.com>2015-11-13 16:44:06 -0600
committerSteven Murawski <steven.murawski@gmail.com>2015-11-18 10:18:50 -0600
commitfbdf03d3c174f1c2309a497efcf92227e191fdc0 (patch)
treee24c05fa5469eaf1dbf2e39ffa49820428d6708f /DOC_CHANGES.md
parent303c4336bc39b54fffe78b06f2f473a0842be53f (diff)
downloadchef-fbdf03d3c174f1c2309a497efcf92227e191fdc0.tar.gz
Add reboot notification to dsc_resource
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r--DOC_CHANGES.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md
index b2e2c3d117..381cb9b047 100644
--- a/DOC_CHANGES.md
+++ b/DOC_CHANGES.md
@@ -56,3 +56,10 @@ Assuming both of those make 12.6, placeholder pages:
chocolatey_package: https://docs.chef.io/release/12-6/resource_chocolatey_package.html
ksh: https://docs.chef.io/release/12-6/resource_ksh.html
+
+### `dsc_resource` resource
+
+Added reboot_action attribute to dsc_resource.
+
+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.