Issue #6893 has been reported by Ben Hughes.
----------------------------------------
Bug #6893: Document the cron type in the case of specials.
https://projects.puppetlabs.com/issues/6893
Author: Ben Hughes
Status: Accepted
Priority: Normal
Assignee: Ben Hughes
Category: documentation
Target version:
Affected Puppet version:
Keywords: cron
Branch:
The cron type has only the following as it's documentation:
<cite>SPECIAL
Special schedules"</cite>
Which is a little sparse and unhelpful to users trying to use the cron
provider.
Also it doesn't say what the platform limitations are for this.
>From crontab(5):
<pre>
Instead of the first five fields, one of eight special strings may appear:
string meaning
------ -------
@reboot Run once, at startup.
@yearly Run once a year, "0 0 1 1 *".
@annually (same as @yearly)
@monthly Run once a month, "0 0 1 * *".
@weekly Run once a week, "0 0 * * 0".
@daily Run once a day, "0 0 * * *".
@midnight (same as @daily)
@hourly Run once an hour, "0 * * * *".
</pre>
--
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.