Parcourir la source
Update job.sls
cron.absent with the right user (default is root)
pull/200/head
preussal
il y a 5 ans
Parent
révision
3cd5c0077d
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec
1 ajouts et
0 suppressions
-
linux/system/job.sls
|
|
@@ -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 %} |