Add support for returner configuration in salt minionmaster
@@ -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', '') }} |