aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet/type/cron.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/puppet/type/cron.rb b/lib/puppet/type/cron.rb
index e07ce70..d590a16 100644
--- a/lib/puppet/type/cron.rb
+++ b/lib/puppet/type/cron.rb
@@ -280,7 +280,9 @@ Puppet::Type.newtype(:cron) do
must be either:
- A number between 0 and 7, inclusive, with 0 or 7 being Sunday
- - The name of the day, such as 'Tuesday'."
+ - The name of the day, such as 'Tuesday'.
+
+ Day ranges can only be numeric; e.g. '1-5' for weekdays, but not 'Mon-Fri'."
end
newproperty(:month, parent: CronParam) do