Periodicity at which intervals should be run by cron. Note that the intervals also have to exist in configuration as retain options.
Declarations
Type
attribute set of string
Default
{ }
Example
{
daily = "50 21 * * *";
hourly = "0 * * * *";
}
Periodicity at which intervals should be run by cron. Note that the intervals also have to exist in configuration as retain options.
attribute set of string
{ }
{
daily = "50 21 * * *";
hourly = "0 * * * *";
}