mirror of
https://github.com/saltstack-formulas/cron-formula.git
synced 2025-02-17 17:54:48 +01:00
add special character example
This commit is contained in:
parent
e78279a293
commit
1958c20901
@ -25,3 +25,9 @@ cron:
|
|||||||
user: 'root'
|
user: 'root'
|
||||||
special: '@hourly'
|
special: '@hourly'
|
||||||
comment: 'comment3'
|
comment: 'comment3'
|
||||||
|
task4:
|
||||||
|
type: 'present' # run every 5 minutes
|
||||||
|
user: 'root'
|
||||||
|
minute: '*/5'
|
||||||
|
hour: '*'
|
||||||
|
comment: 'comment4'
|
||||||
|
Loading…
Reference in New Issue
Block a user