Selaa lähdekoodia

Merge branch 'master' into use_lookup_map.jinja

tags/v0.57.0
Niels Abspoel 10 vuotta sitten
vanhempi
commit
daf04c2688
1 muutettua tiedostoa jossa 7 lisäystä ja 1 poistoa
  1. +7
    -1
      salt/files/master.d/_defaults.conf

+ 7
- 1
salt/files/master.d/_defaults.conf Näytä tiedosto

@@ -944,5 +944,11 @@ halite:
rest_cherrypy:
{% for name, value in cfg_master['rest_cherrypy'].items() %}
{{ name }}: {{ value }}
{% endfor %}
{%- endfor %}
{%- endif %}

{% if 'presence_events' in cfg_master %}
##### presence events #####
##########################################
{{ get_config('presence_events', 'False') }}
{% endif %}

Loading…
Peruuta
Tallenna