tell the user why the gluster module does not work

Fixes #27460.
This commit is contained in:
Justin Findlay 2015-09-29 10:01:26 -06:00
parent 68d784c3dd
commit 1ccda538d2

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():