mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
fix empty lines (lint), fix documentation
This commit is contained in:
parent
c633e974e5
commit
df8788ef15
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user