From e8cd378569f6e99229c57959dad7f93a32ee0497 Mon Sep 17 00:00:00 2001 From: Bryan McLellan Date: Thu, 20 Mar 2014 11:04:11 -0700 Subject: Documentation updates for contributions * CHEF-2816 - Allow special strings to be used in cron (@reboot etc) * CHEF-4848 - Cron resource accepts a symbol as `weekday` --- DOC_CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DOC_CHANGES.md') diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md index 4355d576c8..e0e304e266 100644 --- a/DOC_CHANGES.md +++ b/DOC_CHANGES.md @@ -76,3 +76,9 @@ With the recent change in OHAI to differentiate between SUSE (or SLES - SUSE Ent This page is an example but we probably want to search for `suse` in our doc repo and see if there is anywhere else. http://docs.opscode.com/dsl_recipe_method_platform_family.html + +### Cron Resource + +The weekday attribute now accepts the weekday as a symbol, e.g. :monday or :thursday. + +The new time attribute takes special time values specified by cron as a symbol, such as :reboot or :monthly. -- cgit v1.2.1