mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #32300 from twangboy/fix_28767
Add documentation to disable winrepo/winrepo_ng
This commit is contained in:
commit
664043d7e7
1 changed files with 8 additions and 0 deletions
|
@ -246,6 +246,14 @@ jinja needs to be parsed using the minion's grains.
|
|||
cause the operations to stop. You'll need to fix the syntax in order for the
|
||||
msgpack file to be created successfully.
|
||||
|
||||
To disable one of the repos, set it to an empty list ``[]`` in the master
|
||||
config. For example, to disable :conf_master:`winrepo_remotes` set the following
|
||||
in the master config file:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
winrepo_remotes: []
|
||||
|
||||
|
||||
Creating a Package Definition SLS File
|
||||
======================================
|
||||
|
|
Loading…
Add table
Reference in a new issue