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
|
parameter
|
||||||
additional params passed to the defined action
|
additional params passed to the defined action
|
||||||
|
|
||||||
.. deprecated:: Lithium
|
.. deprecated:: Lithium
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
@ -45,6 +45,7 @@ def present(name,
|
|||||||
VHost name
|
VHost name
|
||||||
user
|
user
|
||||||
Initial user permission to set on the VHost, if present
|
Initial user permission to set on the VHost, if present
|
||||||
|
|
||||||
.. deprecated:: Beryllium
|
.. deprecated:: Beryllium
|
||||||
owner
|
owner
|
||||||
Initial owner permission to set on the VHost, if present
|
Initial owner permission to set on the VHost, if present
|
||||||
@ -58,6 +59,7 @@ def present(name,
|
|||||||
Defaults to .*
|
Defaults to .*
|
||||||
runas
|
runas
|
||||||
Name of the user to run the command
|
Name of the user to run the command
|
||||||
|
|
||||||
.. deprecated:: Beryllium
|
.. deprecated:: Beryllium
|
||||||
'''
|
'''
|
||||||
ret = {'name': name, 'result': True, 'comment': '', 'changes': {}}
|
ret = {'name': name, 'result': True, 'comment': '', 'changes': {}}
|
||||||
@ -154,6 +156,7 @@ def absent(name,
|
|||||||
Name of the Virtual Host to remove
|
Name of the Virtual Host to remove
|
||||||
runas
|
runas
|
||||||
User to run the command
|
User to run the command
|
||||||
|
|
||||||
.. deprecated:: Beryllium
|
.. deprecated:: Beryllium
|
||||||
'''
|
'''
|
||||||
if runas:
|
if runas:
|
||||||
|
Loading…
Reference in New Issue
Block a user