Ver código fonte

allow commented (disabled) cronjob

pull/230/head
Michael Feger 3 anos atrás
pai
commit
5fb27a00af
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      linux/system/job.sls

+ 3
- 0
linux/system/job.sls Ver arquivo

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

Carregando…
Cancelar
Salvar