소스 검색

Merge pull request #199 from kevinschmidt/master

add consul config support to master config file
master
Forrest 9 년 전
부모
커밋
337c48b14c
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. +9
    -0
      salt/files/master.d/f_defaults.conf

+ 9
- 0
salt/files/master.d/f_defaults.conf 파일 보기

@@ -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 %}

Loading…
취소
저장