mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Correct some inaccurate documentation, fix formatting
This commit is contained in:
parent
fb46a6cbda
commit
b04bc228d0
@ -1224,8 +1224,10 @@ have other services that need to go with it.
|
||||
update_restart_services: ['salt-minion']
|
||||
|
||||
|
||||
Windows Software Repo Settings
|
||||
==============================
|
||||
.. _winrepo-minion-config-opts:
|
||||
|
||||
Standalone Minion Windows Software Repo Settings
|
||||
================================================
|
||||
|
||||
.. important::
|
||||
To use these config options, the minion must be running in masterless mode
|
||||
@ -1238,24 +1240,27 @@ Windows Software Repo Settings
|
||||
---------------
|
||||
|
||||
.. versionchanged:: 2015.8.0
|
||||
Renamed from ``win_repo`` to ``winrepo_dir``
|
||||
Renamed from ``win_repo`` to ``winrepo_dir``. Also, this option did not
|
||||
have a default value until this version.
|
||||
|
||||
Default: ``c:\\salt\\file_roots\\winrepo``
|
||||
Default: ``C:\salt\srv\salt\win\repo``
|
||||
|
||||
Location on the minion where the :conf_minion:`winrepo_remotes` are checked
|
||||
out.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
winrepo_dir: /srv/salt/win/repo
|
||||
winrepo_dir: 'D:\winrepo'
|
||||
|
||||
.. conf_minion:: winrepo_cachefile
|
||||
.. conf_minion:: win_repo_cachefile
|
||||
|
||||
``winrepo_cachefile``
|
||||
---------------------
|
||||
|
||||
.. versionchanged:: 2015.8.0
|
||||
Renamed from ``win_repo_mastercachefile`` to ``winrepo_cachefile``
|
||||
Renamed from ``win_repo_cachefile`` to ``winrepo_cachefile``. Also,
|
||||
this option did not have a default value until this version.
|
||||
|
||||
Default: ``winrepo.p``
|
||||
|
||||
@ -1272,6 +1277,11 @@ created.
|
||||
``winrepo_remotes``
|
||||
-------------------
|
||||
|
||||
.. versionchanged:: 2015.8.0
|
||||
Renamed from ``win_gitrepos`` to ``winrepo_remotes``. Also, this option did
|
||||
not have a default value until this version.
|
||||
|
||||
|
||||
.. versionadded:: 2015.8.0
|
||||
|
||||
Default: ``['https://github.com/saltstack/salt-winrepo.git']``
|
||||
|
Loading…
Reference in New Issue
Block a user