Browse Source

Uchiwa - Use lower to ensure we have a Go boolean

Jared Ledvina 8 years ago
parent
commit
1dbf34a76c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/uchiwa_config.json.j2

+ 1 - 1
templates/uchiwa_config.json.j2

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