Change saltenv description

I don't know what it's trying to say about "isolation" and it confuses a lot of people.
This commit is contained in:
James Howe 2023-03-06 12:45:55 +00:00 committed by Pedro Algarvio
parent 7cf39d8992
commit 52e795a0f5

View file

@ -2438,10 +2438,7 @@ enabled and can be disabled by changing this value to ``False``.
``saltenv`` will take its value. If both are used, ``environment`` will be
ignored and ``saltenv`` will be used.
Normally the minion is not isolated to any single environment on the master
when running states, but the environment can be isolated on the minion side
by statically setting it. Remember that the recommended way to manage
environments is to isolate via the top file.
The default fileserver environment to use when copy files and applying states.
.. code-block:: yaml