Explorar el Código

allow commented (disabled) cronjob (#230)

pull/231/head
Michael Feger hace 3 años
padre
commit
fbe96f65f8
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      linux/system/job.sls

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

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

Cargando…
Cancelar
Guardar