Fix a docstring and formatting

This commit is contained in:
David Boucha 2013-07-15 13:44:03 -06:00
parent 2cd707e397
commit 3c1a01cef8

View File

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