mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Fix a docstring and formatting
This commit is contained in:
parent
2cd707e397
commit
3c1a01cef8
@ -6,19 +6,18 @@ Author: David Boucha <boucha@gmail.com>
|
||||
|
||||
'''
|
||||
|
||||
# Import python Libs
|
||||
import os
|
||||
|
||||
# Import salt libs
|
||||
import salt.utils
|
||||
|
||||
def __virtual__():
|
||||
'''
|
||||
Only available on systems with Riak installed.
|
||||
'''
|
||||
if salt.utils.which('riak'):
|
||||
return 'riak'
|
||||
return False
|
||||
|
||||
|
||||
def start():
|
||||
'''
|
||||
Start Riak
|
||||
|
Loading…
Reference in New Issue
Block a user