Sfoglia il codice sorgente

allow commented (disabled) cronjob

pull/230/head
Michael Feger 3 anni fa
parent
commit
5fb27a00af
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      linux/system/job.sls

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

@@ -16,6 +16,9 @@ linux_job_{{ job.command }}:
{%- if job.get('identifier', True) %}
- identifier: {{ job.get('identifier', job.get('name', name)) }}
{%- endif %}
{%- if job.get('commented', False) %}
- commented: True
{%- endif %}
- user: {{ job_user }}
{%- if job.special is defined %}
- special: '{{ job.special }}'

Loading…
Annulla
Salva