Merge pull request #6280 from cvrebert/patch-1

win_repo mod: fix doubled-up backslashes in raw docstring
This commit is contained in:
David Boucha 2013-07-23 11:24:52 -07:00
commit 4904de7cd7

View File

@ -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.
'''