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
I believe you mean cron.absent state
tags/2016.12^2
Vladimir Eremin
8 years ago
parent
f2720ea9eb
commit
6c3b8b9b16
1 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
+2
-2
linux/system/job.sls
+ 2
- 2
linux/system/job.sls
View File
@@ -24,10 +24,10 @@ linux_job_{{ job.command }}:
- dayweek: '{{ job.dayweek }}'
{%- endif %}
{%- else %}
job
.absent:
cron
.absent:
- name: {{ job.command }}
{%- endif %}
{%- endfor %}
{%- endif %}
{%- endif %}
Write
Preview
Loading…
Cancel
Save