mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update return documentation for install/remove
This commit is contained in:
parent
a0be43120b
commit
89b47ab3c5
1 changed files with 4 additions and 4 deletions
|
@ -140,8 +140,8 @@ def install(feature, recurse=False):
|
|||
|
||||
:param bool recurse: Install all sub-features
|
||||
|
||||
:return: A list of all installed features
|
||||
:rtype: list
|
||||
:return: A dictionary containing the results of the install
|
||||
:rtype: dict
|
||||
|
||||
CLI Example:
|
||||
|
||||
|
@ -173,8 +173,8 @@ def remove(feature):
|
|||
|
||||
:param str feature: The name of the feature to remove
|
||||
|
||||
:return: A list of removed features
|
||||
:rtype: list
|
||||
:return: A dictionary containing the results of the uninstall
|
||||
:rtype: dict
|
||||
|
||||
CLI Example:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue