From 01a858a23e1da44e274a1c7a947aa3b0923f4044 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Sat, 30 Mar 2019 23:32:25 +0000 Subject: [PATCH] fix(pillar): add job for `task4` --- pillar.example | 1 + 1 file changed, 1 insertion(+) diff --git a/pillar.example b/pillar.example index f7137e9..44eb0cd 100644 --- a/pillar.example +++ b/pillar.example @@ -27,6 +27,7 @@ cron: comment: 'comment3' task4: type: 'present' # run every 5 minutes + name: 'echo task4 > /tmp/test4' user: 'root' minute: '*/5' hour: '*'