0
0
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:
Imran Iqbal 2019-03-30 23:32:25 +00:00
parent 2d1f7c2601
commit 01a858a23e
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819

View File

@ -27,6 +27,7 @@ cron:
comment: 'comment3'
task4:
type: 'present' # run every 5 minutes
name: 'echo task4 > /tmp/test4'
user: 'root'
minute: '*/5'
hour: '*'