Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
$http_proxy = {},
$profile = false,
$web_java_opts = undef,
$ce_java_opts = undef,
$search_java_opts = undef,
$search_host = '127.0.0.1',
$search_port = '9001',
Expand Down
4 changes: 4 additions & 0 deletions templates/sonar.properties.erb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ sonar.web.context: <%= @context_path %>
sonar.web.javaOpts=<%= @web_java_opts %>
<% end -%>

<% if @ce_java_opts -%>
sonar.ce.javaOpts=<%= @ce_java_opts %>
<% end -%>

<% if [email protected]? -%>
#-------------------
# SonarQube Https Configuration
Expand Down