From f68568d6c3519ba6f8a62819e649f163c0c9ccb7 Mon Sep 17 00:00:00 2001 From: Jamie Bliss Date: Wed, 26 Jun 2019 16:24:01 -0400 Subject: [PATCH] Use @mchugh19's suggestion --- doc/topics/development/modules/index.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/topics/development/modules/index.rst b/doc/topics/development/modules/index.rst index 3cd41b317e5..97d43ef4da2 100644 --- a/doc/topics/development/modules/index.rst +++ b/doc/topics/development/modules/index.rst @@ -75,11 +75,7 @@ or specific dynamic modules. The ``saltutil.sync_*`` :py:mod:`runner functions ` can be used to sync modules to minions and the master, respectively. -Which saltenvs that the minion syncs from is based on the topfiles. (Unless specified manually.) - -The minion syncs modules from saltenvs that mention the minion in the saltenv's topfile. - -That is, for each saltenv on the file server, if a minion is mentioned in that saltenv's topfile, the minion will load modules from that saltenv. +If saltenv environments are used (through the :ref:`top file `, the :conf_minion:`environment` option of the minion configuration file, or as an argument on the command line) modules will be synced from the applied environments. The extmods Directory