mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Merge pull request #29663 from abednarik/virtual_ret_cloud_module
modules.cloud: __virtual__ return err msg.
This commit is contained in:
commit
8d26f9b216
@ -34,7 +34,7 @@ def __virtual__():
|
||||
'''
|
||||
if HAS_SALTCLOUD:
|
||||
return True
|
||||
return False
|
||||
return (False, 'The cloud execution module cannot be loaded: only available on non-Windows systems.')
|
||||
|
||||
|
||||
def _get_client():
|
||||
|
Loading…
Reference in New Issue
Block a user