mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
[states/schedule] docstring: args, kwargs -> job_args, job_kwargs
This commit is contained in:
parent
eb904665dc
commit
aa4b193f87
1 changed files with 2 additions and 2 deletions
|
@ -59,9 +59,9 @@ Management of the Salt scheduler
|
|||
job1:
|
||||
schedule.present:
|
||||
- function: state.sls
|
||||
- args:
|
||||
- job_args:
|
||||
- httpd
|
||||
- kwargs:
|
||||
- job_kwargs:
|
||||
test: True
|
||||
- when:
|
||||
- Monday 5:00pm
|
||||
|
|
Loading…
Add table
Reference in a new issue