Explorar el Código

Fix cronjob commands in linux.system.job

Change-Id: I41f63e70ad4bd30dc478eeafeaf2823fa7508373
pull/123/head
chnyda hace 7 años
padre
commit
8e2aecef63
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      linux/system/job.sls

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

@@ -6,7 +6,8 @@
linux_job_{{ job.command }}:
{%- if job.enabled|default(True) %}
cron.present:
- name: {{ job.command }}
- name: >
{{ job.command }}
{%- if job.get('identifier', True) %}
- identifier: {{ job.get('identifier', job.get('name', name)) }}
{%- endif %}

Cargando…
Cancelar
Guardar