Add schedule: 'always'

This commit is contained in:
Wile E. Coyote 2018-11-18 13:13:53 +00:00
parent 0c8f78698a
commit 012c215f70

View file

@ -189,6 +189,11 @@ class rhizo_base {
}
}
schedule { 'always':
period => hourly,
repeat => 2,
}
schedule { 'onceday':
period => daily,
repeat => 1,