Explorar el Código

I believe you mean cron.absent state

tags/2016.12^2
Vladimir Eremin hace 8 años
padre
commit
6c3b8b9b16
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      linux/system/job.sls

+ 2
- 2
linux/system/job.sls Ver fichero

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

{%- endfor %}

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

Cargando…
Cancelar
Guardar