mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
No logging should happen on __virtual__
This commit is contained in:
parent
ca406eaf3c
commit
f0bc3765d9
1 changed files with 0 additions and 4 deletions
|
@ -57,10 +57,6 @@ def __virtual__():
|
|||
'''
|
||||
Only load if the pip module is available in __salt__
|
||||
'''
|
||||
if not HAS_PIP:
|
||||
logger.warning(
|
||||
'An importable pip module could not be found on your system'
|
||||
)
|
||||
if 'pip.list' in __salt__:
|
||||
return __virtualname__
|
||||
return False
|
||||
|
|
Loading…
Add table
Reference in a new issue