Sfoglia il codice sorgente

Update job.sls

cron.absent   with the right user (default is root)
pull/200/head
preussal 5 anni fa
parent
commit
3cd5c0077d
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      linux/system/job.sls

+ 1
- 0
linux/system/job.sls Vedi File

@@ -43,6 +43,7 @@ linux_job_{{ job.command }}:
{%- if job.get('identifier', True) %}
- identifier: {{ job.get('identifier', job.get('name', name)) }}
{%- endif %}
- user: {{ job_user }}
{%- endif %}
{%- endfor %}
{%- endif %}

Loading…
Annulla
Salva