mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Log the source_dir when caching the files
This commit is contained in:
parent
91c3da8dfd
commit
35c81faf5a
1 changed files with 1 additions and 0 deletions
|
@ -695,6 +695,7 @@ def refresh_db(**kwargs):
|
|||
)
|
||||
|
||||
# Cache repo-ng locally
|
||||
log.info('Fetching *.sls files from {0}'.format(repo_details.winrepo_source_dir))
|
||||
__salt__['cp.cache_dir'](
|
||||
repo_details.winrepo_source_dir,
|
||||
saltenv,
|
||||
|
|
Loading…
Add table
Reference in a new issue