add puppetdb section
This commit is contained in:
13
templates/puppetdb/repl.ini.erb
Normal file
13
templates/puppetdb/repl.ini.erb
Normal file
@@ -0,0 +1,13 @@
|
||||
###############################################################################
|
||||
########## repl.ini managed by puppet agent ##########
|
||||
###############################################################################
|
||||
|
||||
[nrepl]
|
||||
<% if @pt_enable_repl == true %>
|
||||
enabled = <%= @pt_enable_repl %>
|
||||
port = <% @pt_repl_port %>
|
||||
host = <%= @pt_repl_host %>
|
||||
<% else %>
|
||||
# REPL is disabled for security reasons and not normally not required.
|
||||
# To enable it, set `$pt_enable_repl` to `true`.
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user