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
additional params passed to the defined action
.. deprecated:: Lithium
'''

View File

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