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 %}