2
0

Merge pull request #1 from msciciel/github

Add support for returner configuration in salt minion
This commit is contained in:
msciciel 2015-12-21 15:17:44 +01:00
commit f1c941a6a8

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