Fix trailing whitespace issue

This commit is contained in:
Alyssa Rock 2023-01-31 13:21:45 -07:00
parent cba954d914
commit f85518f0b7
4 changed files with 20 additions and 16 deletions

View file

@ -2,14 +2,15 @@
Generate baseline proxy minion grains for ESXi hosts.
.. Warning::
This module will be deprecated in a future release of Salt. VMware strongly
recommends using the
This module will be deprecated in a future release of Salt. VMware strongly
recommends using the
`VMware Salt extensions <https://docs.saltproject.io/salt/extensions/salt-ext-modules-vmware/en/latest/all.html>`_
instead of the ESXi module. Because the Salt extensions are newer and
actively supported by VMware, they are more compatible with current versions
of ESXi and they work well with the latest features in the VMware product
actively supported by VMware, they are more compatible with current versions
of ESXi and they work well with the latest features in the VMware product
line.
"""

View file

@ -3,14 +3,15 @@ Glues the VMware vSphere Execution Module to the VMware ESXi Proxy Minions to th
:mod:`esxi proxymodule <salt.proxy.esxi>`.
.. Warning::
This module will be deprecated in a future release of Salt. VMware strongly
recommends using the
This module will be deprecated in a future release of Salt. VMware strongly
recommends using the
`VMware Salt extensions <https://docs.saltproject.io/salt/extensions/salt-ext-modules-vmware/en/latest/all.html>`_
instead of the ESXi module. Because the Salt extensions are newer and
actively supported by VMware, they are more compatible with current versions
of ESXi and they work well with the latest features in the VMware product
actively supported by VMware, they are more compatible with current versions
of ESXi and they work well with the latest features in the VMware product
line.
Depends: :mod:`vSphere Remote Execution Module (salt.modules.vsphere)
<salt.modules.vsphere>`

View file

@ -2,14 +2,15 @@
Proxy Minion interface module for managing VMware ESXi hosts.
.. Warning::
This module will be deprecated in a future release of Salt. VMware strongly
recommends using the
This module will be deprecated in a future release of Salt. VMware strongly
recommends using the
`VMware Salt extensions <https://docs.saltproject.io/salt/extensions/salt-ext-modules-vmware/en/latest/all.html>`_
instead of the ESXi module. Because the Salt extensions are newer and
actively supported by VMware, they are more compatible with current versions
of ESXi and they work well with the latest features in the VMware product
actively supported by VMware, they are more compatible with current versions
of ESXi and they work well with the latest features in the VMware product
line.
**Special Note: SaltStack thanks** `Adobe Corporation <http://adobe.com/>`_
**for their support in creating this Proxy Minion integration.**

View file

@ -2,14 +2,15 @@
Manage VMware ESXi Hosts.
.. Warning::
This module will be deprecated in a future release of Salt. VMware strongly
recommends using the
This module will be deprecated in a future release of Salt. VMware strongly
recommends using the
`VMware Salt extensions <https://docs.saltproject.io/salt/extensions/salt-ext-modules-vmware/en/latest/all.html>`_
instead of the ESXi module. Because the Salt extensions are newer and
actively supported by VMware, they are more compatible with current versions
of ESXi and they work well with the latest features in the VMware product
actively supported by VMware, they are more compatible with current versions
of ESXi and they work well with the latest features in the VMware product
line.
Dependencies
============