浏览代码

Update job.sls

cron.absent   with the right user (default is root)
pull/200/head
preussal 5 年前
父节点
当前提交
3cd5c0077d
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      linux/system/job.sls

+ 1
- 0
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 %}

正在加载...
取消
保存