Merge pull request #63818 from OrangeDog/patch-12

Change saltenv description
This commit is contained in:
Pedro Algarvio 2023-04-24 19:22:13 +01:00 committed by GitHub
commit 2f6064de88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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