mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #26079 from cachedout/issue_26039
Update docs to remove state.over
This commit is contained in:
commit
dc9c9b5a34
1 changed files with 3 additions and 3 deletions
|
@ -184,13 +184,13 @@ configuration file:
|
|||
.. code-block:: yaml
|
||||
|
||||
schedule:
|
||||
overstate:
|
||||
function: state.over
|
||||
orchestrate:
|
||||
function: state.orchestrate
|
||||
seconds: 35
|
||||
minutes: 30
|
||||
hours: 3
|
||||
|
||||
The above configuration will execute the state.over runner every 3 hours,
|
||||
The above configuration will execute the state.orchestrate runner every 3 hours,
|
||||
30 minutes and 35 seconds, or every 12,635 seconds.
|
||||
|
||||
Scheduler With Returner
|
||||
|
|
Loading…
Add table
Reference in a new issue