mirror of
https://github.com/saltstack-formulas/cron-formula.git
synced 2024-11-27 23:07:46 +01:00
fix(pillar): add job for task4
This commit is contained in:
parent
2d1f7c2601
commit
01a858a23e
@ -27,6 +27,7 @@ cron:
|
||||
comment: 'comment3'
|
||||
task4:
|
||||
type: 'present' # run every 5 minutes
|
||||
name: 'echo task4 > /tmp/test4'
|
||||
user: 'root'
|
||||
minute: '*/5'
|
||||
hour: '*'
|
||||
|
Loading…
Reference in New Issue
Block a user