Put quotes around parameters on analytics.conf
Change-Id: Ie35dd2b5ab01b228d9906d9f094a644b5c81b48a (cherry picked from commit 266b8392098828c979243380636d8a84403206b1)
This commit is contained in:
parent
172b3c6509
commit
584c5a79f5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user