Put quotes around parameters on analytics.conf

Change-Id: Ie35dd2b5ab01b228d9906d9f094a644b5c81b48a
This commit is contained in:
Alejandro Andreu 2017-02-21 19:51:37 +01:00
parent e6903e1803
commit 266b839209
1 changed files with 6 additions and 6 deletions

View File

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