mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #17015 from basepi/removevirtuallog16748
Don't log in __virtual__
This commit is contained in:
commit
91341d8d1e
@ -22,8 +22,6 @@ __virtualname__ = 'varstack'
|
||||
|
||||
def __virtual__():
|
||||
if not HAS_VARSTACK:
|
||||
log.error('Varstack ext_pillar is enabled in configuration but '
|
||||
'could not be loaded because Varstack is not installed.')
|
||||
return False
|
||||
return __virtualname__
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user