add puppetdb section
This commit is contained in:
31
templates/puppetdb/jetty.ini.erb
Normal file
31
templates/puppetdb/jetty.ini.erb
Normal file
@@ -0,0 +1,31 @@
|
||||
###############################################################################
|
||||
########## jetty.ini managed by puppet agent ##########
|
||||
###############################################################################
|
||||
|
||||
[jetty]
|
||||
<% if @pt_use_ssl_only != true %>
|
||||
host = <%= @pt_no_ssl_host %>
|
||||
port = <%= @pt_no_ssl_port %>
|
||||
|
||||
# ssl
|
||||
ssl-host = <%= @pt_ssl_host %>
|
||||
ssl-port = <%= @pt_ssl_port %>
|
||||
ssl-key = <%= @pt_ssl_key %>
|
||||
ssl-cert = <%= @pt_ssl_cert %>
|
||||
ssl-ca-cert = <%= @pt_ssl_ca_cert %>
|
||||
|
||||
<% if @pt_log_access == true %>
|
||||
access-log-config = <%= @pt_access_log_config %>
|
||||
<% end end %>
|
||||
|
||||
|
||||
<% if @pt_use_ssl_only == true %>
|
||||
ssl-host = <%= @pt_ssl_host %>
|
||||
ssl-port = <%= @pt_ssl_port %>
|
||||
ssl-key = <%= @pt_ssl_key %>
|
||||
ssl-cert = <%= @pt_ssl_cert %>
|
||||
ssl-ca-cert = <%= @pt_ssl_ca_cert %>
|
||||
|
||||
<% if @pt_log_access == true %>
|
||||
access-log-config = <%= @pt_access_log_config %>
|
||||
<% end end %>
|
||||
Reference in New Issue
Block a user