Adding changelog file.

This commit is contained in:
Gareth J. Greenaway 2020-06-21 18:06:45 -07:00 committed by Daniel Wozniak
parent 1407a39238
commit 0e32651b59

4
changelog/57743.fixed Normal file
View file

@ -0,0 +1,4 @@
Moving import salt.modules.vsphere into virtual so we have access to test proxytype in opts,
previously this was causing a traceback when run on proxy minion as __opts__ does not exist
outside of any functions. Introducing a new utils function, is_proxytype, to check that the
device is a proxy minion and also that the proxy type matches.