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
+1
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: '*'