mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Need a list
This commit is contained in:
parent
0da7a6d6d1
commit
00c4ef6ec2
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ except ImportError:
|
|||
log = logging.getLogger(__name__)
|
||||
|
||||
__virtualname__ = 'vsphere'
|
||||
__proxyenabled__ = 'esxi'
|
||||
__proxyenabled__ = ['esxi']
|
||||
|
||||
def __virtual__():
|
||||
if not HAS_PYVMOMI:
|
||||
|
|
Loading…
Add table
Reference in a new issue