Przeglądaj źródła

add consul config support

master
Kevin Schmidt 9 lat temu
rodzic
commit
ce6849247e
1 zmienionych plików z 9 dodań i 0 usunięć
  1. +9
    -0
      salt/files/master.d/f_defaults.conf

+ 9
- 0
salt/files/master.d/f_defaults.conf Wyświetl plik

@@ -1045,3 +1045,12 @@ rest_tornado:
##########################################
{{ get_config('presence_events', 'False') }}
{% endif %}

{% if 'consul_config' in cfg_master %}
##### consul_config #####
##########################################
consul_config:
{% for name, value in cfg_master['consul_config'].items() %}
{{ name }}: {{ value }}
{%- endfor %}
{%- endif %}

Ładowanie…
Anuluj
Zapisz