We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 575c450 + b3e1e41 commit 2739916Copy full SHA for 2739916
lib/puppet/type/cron.rb
@@ -280,7 +280,9 @@ def alpha
280
must be either:
281
282
- A number between 0 and 7, inclusive, with 0 or 7 being Sunday
283
- - The name of the day, such as 'Tuesday'."
+ - The name of the day, such as 'Tuesday'.
284
+
285
+ Day ranges can only be numeric; e.g. '1-5' for weekdays, but not 'Mon-Fri'."
286
end
287
288
newproperty(:month, parent: CronParam) do
0 commit comments