Merge pull request #17015 from basepi/removevirtuallog16748

Don't log in __virtual__
This commit is contained in:
Colton Myers 2014-10-29 16:16:53 -06:00
commit 91341d8d1e

View File

@ -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__