mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
68d784c3dd
commit
1ccda538d2
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Reference in a new issue