diff --git a/templates/analytics/analytics_settings.erb b/templates/analytics/analytics_settings.erb index 7cc0fe1..062eaef 100644 --- a/templates/analytics/analytics_settings.erb +++ b/templates/analytics/analytics_settings.erb @@ -13,12 +13,12 @@ insights.jarvis.enabled : <%= @jarvis_enabled %> insights.jarvis.rest_api.uri : "<%= @mem_login_host %>" insights.endpoint.auth.ssl.enabled : <% if !@insights_ssl %>false<% else %><%= @insights_ssl %><% end %> - <% if @ssl_source_type %>insights.endpoint.auth.ssl.source : <%= @ssl_source_type %><% end %> - <% if @ssl_keystore_path %>insights.endpoint.auth.ssl.keystore_path : <%= @ssl_keystore_path %><% end %> - <% if @ssl_keystore_pwd %>insights.endpoint.auth.ssl.keystore_password : <%= @ssl_keystore_pwd %><% end %> - <% if @ssl_cert_path %>insights.endpoint.ssl.certificate_path : <%= @ssl_cert_path %><% end %> - <% if @ssl_privkey_path %>insights.endpoint.ssl.privatekey_path : <%= @ssl_privkey_path %><% end %> - <% if @ssl_privkey_pwd %>insights.endpoint.ssl.privatekey_password : <%= @ssl_privkey_pwd %><% end %> + <% if @ssl_source_type %>insights.endpoint.auth.ssl.source : "<%= @ssl_source_type %>"<% end %> + <% if @ssl_keystore_path %>insights.endpoint.auth.ssl.keystore_path : "<%= @ssl_keystore_path %>"<% end %> + <% if @ssl_keystore_pwd %>insights.endpoint.auth.ssl.keystore_password : "<%= @ssl_keystore_pwd %>"<% end %> + <% if @ssl_cert_path %>insights.endpoint.ssl.certificate_path : "<%= @ssl_cert_path %>"<% end %> + <% if @ssl_privkey_path %>insights.endpoint.ssl.privatekey_path : "<%= @ssl_privkey_path %>"<% end %> + <% if @ssl_privkey_pwd %>insights.endpoint.ssl.privatekey_password : "<%= @ssl_privkey_pwd %>"<% end %> <% else %> clio.enabled : true