fix empty lines (lint), fix documentation

This commit is contained in:
Arthur Lutz 2015-03-12 11:07:34 +01:00
parent c633e974e5
commit df8788ef15
2 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,7 @@ from salt.exceptions import CommandExecutionError
log = logging.getLogger(__name__)
def __virtual__():
'''
Only load this module if the requests python module is available

View File

@ -19,7 +19,7 @@ Bootstrap.
.. code-block:: yaml
uptime:
url: "http://uptime-url.example.org"
application_url: "http://uptime-url.example.org"
Example:
@ -33,6 +33,7 @@ Example:
'''
def __virtual__():
'''
Only load if the uptime module is present