Puppet Data Type Alias: Simplib::Cron::Hour_entry

Defined in:
types/cron/hour_entry.pp

Overview

Matches valid cron hour parameter

Tested with Rubular: rubular.com/r/y7jCmNCjgTl4kx

Alias of

Variant[Integer[0,23], Pattern['^(?x)(?:\*|
(?:\*\/(?:[01]?\d|2[0-3]))|
(?:(?:[01]?\d|2[0-3])(?:(?:(-|,)(?:[01]?\d|2[0-3]))?(?:\/(?:[01]?\d|2[0-3]))?)?)
)$']]


# File 'types/cron/hour_entry.pp', line 4