Merge pull request #27509 from jfindlay/gluster_reason

tell the user why the gluster module does not work
This commit is contained in:
Mike Place 2015-09-30 09:49:16 -06:00
commit 9b26357b19

View file

@ -27,7 +27,7 @@ def __virtual__():
'''
if salt.utils.which('gluster'):
return True
return False
return (False, 'glusterfs server is not installed')
def list_peers():