add support for returner setting in minion configuration

This commit is contained in:
Krzysztof Pawłowski 2015-12-21 15:00:35 +01:00
parent 422888cf77
commit 02be0b1367
1 changed files with 5 additions and 0 deletions

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', '') }}