mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #30299 from rallytime/esxi-proxy-doc-fix
ESXi Proxy minions states are located at salt.states.esxi, not vsphere.
This commit is contained in:
commit
6b183778f1
1 changed files with 4 additions and 4 deletions
|
@ -192,9 +192,9 @@ States
|
|||
------
|
||||
|
||||
Associated states are thoroughly documented in
|
||||
:doc:`salt.states.vsphere </ref/states/all/salt.states.vsphere>`. Look there
|
||||
to find an example structure for Pillar as well as an example ``.sls`` file f
|
||||
or standing up an ESXi host from scratch.
|
||||
:doc:`salt.states.esxi </ref/states/all/salt.states.esxi>`. Look there
|
||||
to find an example structure for Pillar as well as an example ``.sls`` file
|
||||
for standing up an ESXi host from scratch.
|
||||
|
||||
'''
|
||||
|
||||
|
@ -288,7 +288,7 @@ def ping():
|
|||
Check to see if the host is responding. Returns False if the host didn't
|
||||
respond, True otherwise.
|
||||
|
||||
CLI Example::
|
||||
CLI Example:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue