소스 검색

Merge pull request #97 from wezzle/fixes-96

json formatting of boolean
Jared 8 년 전
부모
커밋
1b5d783576
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      templates/uchiwa_config.json.j2

+ 1 - 1
templates/uchiwa_config.json.j2

@@ -3,7 +3,7 @@
    {
        "name": "{{ uchiwa_dc_name }}",
        "host": "{{ sensu_api_host }}",
-       "ssl": {{ sensu_api_ssl }},
+       "ssl": {{ sensu_api_ssl | to_nice_json }},
        "port": {{ uchiwa_sensu_api_port }},
        "user": "{{ sensu_api_user_name }}",
        "pass": "{{ sensu_api_password }}",