mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Missing versionadded tag for "offline"
This commit is contained in:
parent
a686ce00b2
commit
9b5f047f98
1 changed files with 2 additions and 0 deletions
|
@ -216,6 +216,8 @@ def present(name, **kwargs):
|
|||
|
||||
offline
|
||||
Add the scheduled job to the Salt minion when the Salt minion is not running.
|
||||
|
||||
.. versionadded:: 3006.3
|
||||
"""
|
||||
|
||||
ret = {"name": name, "result": True, "changes": {}, "comment": []}
|
||||
|
|
Loading…
Add table
Reference in a new issue