Explorar el Código

Merge pull request #194 from msciciel/master

Add support for returner configuration in salt minion
master
Forrest hace 9 años
padre
commit
ad009a68e3
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