mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Blank line before '.. deprecated::' required.
This commit is contained in:
parent
1e77fc9b88
commit
0636d6ecca
@ -45,6 +45,7 @@ def set_(name, target, parameter=None, module_parameter=None, action_parameter=N
|
||||
|
||||
parameter
|
||||
additional params passed to the defined action
|
||||
|
||||
.. deprecated:: Lithium
|
||||
|
||||
'''
|
||||
|
@ -45,6 +45,7 @@ def present(name,
|
||||
VHost name
|
||||
user
|
||||
Initial user permission to set on the VHost, if present
|
||||
|
||||
.. deprecated:: Beryllium
|
||||
owner
|
||||
Initial owner permission to set on the VHost, if present
|
||||
@ -58,6 +59,7 @@ def present(name,
|
||||
Defaults to .*
|
||||
runas
|
||||
Name of the user to run the command
|
||||
|
||||
.. deprecated:: Beryllium
|
||||
'''
|
||||
ret = {'name': name, 'result': True, 'comment': '', 'changes': {}}
|
||||
@ -154,6 +156,7 @@ def absent(name,
|
||||
Name of the Virtual Host to remove
|
||||
runas
|
||||
User to run the command
|
||||
|
||||
.. deprecated:: Beryllium
|
||||
'''
|
||||
if runas:
|
||||
|
Loading…
Reference in New Issue
Block a user