This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
linux-formula
mirror of
https://github.com/salt-formulas/salt-formula-linux
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
Merge pull request
#200
from preussal/master
Update job.sls
pull/201/head
Filip Pytloun
5 years ago
parent
f955e090d8
3cd5c0077d
commit
ad23247889
No account linked to committer's email address
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
linux/system/job.sls
+ 1
- 0
linux/system/job.sls
View File
@@ -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 %}
Write
Preview
Loading…
Cancel
Save