Class | CronParam |
In: |
lib/puppet/type/cron.rb
|
Parent: | Puppet::Property |
A base class for all of the Cron parameters, since they all have similar argument checking going on.
boundaries | [RW] | |
default | [RW] |
Verify that a value falls within the specified array. Does case insensitive matching, and supports matching either the entire word or the first three letters of the word.
Verify that a number is within the specified limits. Return the number if it is, or false if it is not.