mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Add deps message to __virtual__()
This commit is contained in:
parent
88f2c0ef97
commit
11e577b9ce
@ -147,7 +147,12 @@ def __virtual__():
|
||||
return False
|
||||
|
||||
if get_dependencies() is False:
|
||||
return False
|
||||
return (
|
||||
False,
|
||||
'The following dependencies are required to use the AzureARM driver: '
|
||||
'Microsoft Azure SDK for Python >= 2.0rc5, '
|
||||
'Microsoft Azure Storage SDK for Python >= 0.32, '
|
||||
'Microsoft Azure CLI >= 2.0.12'
|
||||
|
||||
global cache # pylint: disable=global-statement,invalid-name
|
||||
cache = salt.cache.Cache(__opts__)
|
||||
|
Loading…
Reference in New Issue
Block a user