From 52e795a0f52f9dd025c15a2fae1cf379a97f9d29 Mon Sep 17 00:00:00 2001 From: James Howe <675056+OrangeDog@users.noreply.github.com> Date: Mon, 6 Mar 2023 12:45:55 +0000 Subject: [PATCH] Change saltenv description I don't know what it's trying to say about "isolation" and it confuses a lot of people. --- doc/ref/configuration/minion.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/ref/configuration/minion.rst b/doc/ref/configuration/minion.rst index 57af5ce4a3a..c81ec31c886 100644 --- a/doc/ref/configuration/minion.rst +++ b/doc/ref/configuration/minion.rst @@ -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