Log the source_dir when caching the files

This commit is contained in:
twangboy 2018-01-26 13:04:47 -07:00
parent 91c3da8dfd
commit 35c81faf5a
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -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,