Blank line before '.. deprecated::' required.

This commit is contained in:
Elias Probst 2014-12-10 19:16:33 +01:00
parent 1e77fc9b88
commit 0636d6ecca
2 changed files with 4 additions and 0 deletions

View File

@ -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
''' '''

View File

@ -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: