Browse Source

Merge pull request #45 from yottatsa/master

I believe you mean cron.absent state
tags/2016.12^0
Filip Pytloun 8 years ago
parent
commit
753e911094
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      linux/system/job.sls

+ 2
- 2
linux/system/job.sls View File

@@ -24,10 +24,10 @@ linux_job_{{ job.command }}:
- dayweek: '{{ job.dayweek }}'
{%- endif %}
{%- else %}
job.absent:
cron.absent:
- name: {{ job.command }}
{%- endif %}

{%- endfor %}

{%- endif %}
{%- endif %}

Loading…
Cancel
Save