mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixes #57529
This commit is contained in:
parent
bfde74f1b0
commit
92a33352f8
1 changed files with 2 additions and 1 deletions
|
@ -11,8 +11,9 @@ from __future__ import absolute_import, print_function, unicode_literals
|
|||
|
||||
import logging
|
||||
|
||||
import salt.modules.vsphere
|
||||
import salt.utils.platform
|
||||
if salt.utils.platform.is_proxy() and __opts__["proxy"]["proxytype"] == "esxi":
|
||||
import salt.modules.vsphere
|
||||
|
||||
# Import Salt Libs
|
||||
from salt.exceptions import SaltSystemExit
|
||||
|
|
Loading…
Add table
Reference in a new issue