Ver código fonte

Fix cronjob commands in linux.system.job

Change-Id: I41f63e70ad4bd30dc478eeafeaf2823fa7508373
pull/123/head
chnyda 7 anos atrás
pai
commit
8e2aecef63
1 arquivos alterados com 2 adições e 1 exclusões
  1. +2
    -1
      linux/system/job.sls

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

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

Carregando…
Cancelar
Salvar