add support for returner setting in minion configuration
This commit is contained in:
parent
422888cf77
commit
02be0b1367
|
@ -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', '') }}
|
||||
|
|
Loading…
Reference in New Issue