2
0

Merge pull request #194 from msciciel/master

Add support for returner configuration in salt minion
This commit is contained in:
Forrest 2015-12-21 11:57:53 -08:00
commit ad009a68e3

View File

@ -360,3 +360,8 @@ pillar_roots:
############################################
# windows repo cache
{{ get_config('win_repo_cachefile', 'salt://win/repo/winrepo.p') }}
###### Returner settings ######
############################################
# default returner
{{ get_config('return', '') }}