mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Clarify docstring for URL in vsphere
This commit is contained in:
parent
a6476e0361
commit
1a8b9a72ed
@ -22,6 +22,15 @@ configuration at:
|
|||||||
password: verybadpass
|
password: verybadpass
|
||||||
url: 'https://10.1.1.1:443'
|
url: 'https://10.1.1.1:443'
|
||||||
|
|
||||||
|
Note: Your URL may or may not look like any of the following, depending on how
|
||||||
|
your VMWare installation is configured:
|
||||||
|
|
||||||
|
10.1.1.1
|
||||||
|
10.1.1.1:443
|
||||||
|
https://10.1.1.1:443
|
||||||
|
https://10.1.1.1:443/sdk
|
||||||
|
10.1.1.1:443/sdk
|
||||||
|
|
||||||
folder: Name of the folder that will contain the new VM. If not set, the VM will
|
folder: Name of the folder that will contain the new VM. If not set, the VM will
|
||||||
be added to the folder the original VM belongs to.
|
be added to the folder the original VM belongs to.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user