mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Not renaming, return a boolean in __virtual__()
.
This commit is contained in:
parent
a18ab1bff2
commit
aa3d68f960
@ -18,7 +18,7 @@ def __virtual__():
|
||||
'''
|
||||
if salt.utils.is_windows():
|
||||
return False
|
||||
return 'extfs'
|
||||
return True
|
||||
|
||||
|
||||
def mkfs(device, fs_type, **kwargs):
|
||||
|
Loading…
Reference in New Issue
Block a user