Parcourir la source

Fix cronjob commands in linux.system.job

Change-Id: I41f63e70ad4bd30dc478eeafeaf2823fa7508373
pull/123/head
chnyda il y a 7 ans
Parent
révision
8e2aecef63
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +2
    -1
      linux/system/job.sls

+ 2
- 1
linux/system/job.sls Voir le fichier

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

Chargement…
Annuler
Enregistrer