mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge pull request #6280 from cvrebert/patch-1
win_repo mod: fix doubled-up backslashes in raw docstring
This commit is contained in:
commit
4904de7cd7
@ -3,8 +3,8 @@ Module to manage Windows software repo on a Standalone Minion
|
||||
|
||||
The following options must be set in the Minion config:
|
||||
file_client: local
|
||||
win_repo_cachefile: c:\\salt\file_roots\winrepo\winrepo.p
|
||||
win_repo: c:\\salt\file_roots\winrepo
|
||||
win_repo_cachefile: c:\salt\file_roots\winrepo\winrepo.p
|
||||
win_repo: c:\salt\file_roots\winrepo
|
||||
|
||||
Place all Windows package files in the 'win_repo' directory.
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user