Issue #15424 has been updated by Josh Cooper.

If this ticket is about the windows `scheduled_task` resource, then the 
requested functionality should already work, the ability to specify days of the 
week. For example to run every weekday at 8am:

<pre>
trigger => {
  schedule    => weekly,
  start_time  => '08:00',
  every       => 1,
  day_of_week => [mon, tues, wed, thurs, fri],
}
</pre>
----------------------------------------
Feature #15424: Allow schedule resource type to specify days of runs.
https://projects.puppetlabs.com/issues/15424#change-67495

Author: Celia Cottle
Status: Unreviewed
Priority: Normal
Assignee: 
Category: schedule
Target version: 
Affected Puppet version: 
Keywords: 
Branch: 


###Summary
Extend the functionality of the schedule resource type to be able to run things 
on a specific day, E.G.,  0-6 where 0 or 7 is Sunday and 6 is Saturday. 
Currently the schedule resource allows for 'daily' or 'hourly' for the time 
period, but this would allow you to control the day that is happens. For 
example, ONLY on the weekends or ONLY on Monday and Friday.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to