mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Fx2 proxy minion: clean return, like all the other modules
This commit is contained in:
parent
5c123eb551
commit
2d6176b0bc
@ -196,9 +196,7 @@ def __virtual__():
|
||||
Only return if all the modules are available
|
||||
'''
|
||||
if not salt.utils.which('racadm'):
|
||||
log.critical('fx2 proxy minion needs "racadm" to be installed.')
|
||||
return False
|
||||
|
||||
return False, 'fx2 proxy minion needs "racadm" to be installed.'
|
||||
return True
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user