Skip to content

Commit

Permalink
add support for returner setting in minion configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
msciciel committed Dec 21, 2015
1 parent 422888c commit 02be0b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions salt/files/minion.d/f_defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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', '') }}

0 comments on commit 02be0b1

Please sign in to comment.