Explorar el Código

add support for returner setting in minion configuration

tags/v0.57.0
Krzysztof Pawłowski hace 9 años
padre
commit
02be0b1367
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      salt/files/minion.d/f_defaults.conf

+ 5
- 0
salt/files/minion.d/f_defaults.conf Ver fichero

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

Cargando…
Cancelar
Guardar