From 584c5a79f5e6b1bbc981d1f3bc66f154046b195d Mon Sep 17 00:00:00 2001 From: Alejandro Andreu Date: Tue, 21 Feb 2017 19:51:37 +0100 Subject: [PATCH] Put quotes around parameters on analytics.conf Change-Id: Ie35dd2b5ab01b228d9906d9f094a644b5c81b48a (cherry picked from commit 266b8392098828c979243380636d8a84403206b1) --- templates/analytics/analytics_settings.erb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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