Explorar el Código

Wrong list name in config file

tags/v0.57.0
Javier Bértoli hace 7 años
padre
commit
997194c992
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      salt/files/master.d/f_defaults.conf

+ 1
- 1
salt/files/master.d/f_defaults.conf Ver fichero

@@ -73,7 +73,7 @@
# Note that enabling this feature means that minions will not be
# available to target for up to the length of the maintanence loop
# which by default is 60s.
{%- if cfg_minion['key_cache'] in cfg_master %}
{%- if cfg_master['key_cache'] in cfg_master %}
{{ get_config('key_cache', '') }}
{% else %}
#key_cache: ''

Cargando…
Cancelar
Guardar