Browse Source

add support for returner setting in minion configuration

master
Krzysztof Pawłowski 9 years ago
parent
commit
02be0b1367
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      salt/files/minion.d/f_defaults.conf

+ 5
- 0
salt/files/minion.d/f_defaults.conf 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', '') }}

Loading…
Cancel
Save