From 898ddff89236ff35836a0b03bfe4a39aa5c49a90 Mon Sep 17 00:00:00 2001 From: David Seira Date: Fri, 28 Jul 2017 02:30:26 +0200 Subject: [PATCH] Fix: added month section --- cron/config.sls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cron/config.sls b/cron/config.sls index 312a45e..783c5af 100644 --- a/cron/config.sls +++ b/cron/config.sls @@ -21,6 +21,9 @@ cron.{{ task }}: {% if 'daymonth' in task_options %} - daymonth: {{ task_options.daymonth }} {% endif %} + {% if 'month' in task_options %} + - month: {{ task_options.month }} + {% endif %} {% if 'dayweek' in task_options %} - dayweek: {{ task_options.dayweek }} {% endif %}