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:
Mike Place 2016-01-12 13:03:31 -07:00
commit 6b183778f1

View file

@ -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