Add schedule: 'always'
This commit is contained in:
parent
0c8f78698a
commit
012c215f70
1 changed files with 5 additions and 0 deletions
|
@ -189,6 +189,11 @@ class rhizo_base {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
schedule { 'always':
|
||||||
|
period => hourly,
|
||||||
|
repeat => 2,
|
||||||
|
}
|
||||||
|
|
||||||
schedule { 'onceday':
|
schedule { 'onceday':
|
||||||
period => daily,
|
period => daily,
|
||||||
repeat => 1,
|
repeat => 1,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue