Change the phrasing for clarity

This commit is contained in:
Alyssa Rock 2022-12-22 14:31:34 -07:00
parent 8e12cdf8d5
commit 813c66e1ba

View file

@ -32,10 +32,10 @@ All salt-api functionality disabled by default
----------------------------------------------
All netapi clients, which provide the functionality to ``salt-api``, will now
be disabled by default. If you use ``salt-api``, you must add the new
``netapi_enable_clients`` option to your salt master config. This is a breaking
change and the ``salt-api`` will not function without this new configuration
option. See :ref:`netapi-introduction` for more information.
be disabled by default as a security precaution. If you use ``salt-api``, you
must add the new ``netapi_enable_clients`` option to your salt master config.
This is a breaking change and the ``salt-api`` will not function without this
new configuration option. See :ref:`netapi-introduction` for more information.
How do I migrate to the onedir packages?