add dirs and files - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/292
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 @@
|
||||
###############################################################################
|
||||
######### File created by Puppet - manual changes will be overwritten #########
|
||||
###############################################################################
|
||||
|
||||
[nrepl]
|
||||
# Set to true to enable the remote REPL
|
||||
enabled = <%= @pt_repl_on %>
|
||||
|
||||
# What port the REPL should listen on
|
||||
port = <%= @pt_repl_port %>
|
||||
|
||||
# IP address to listen on
|
||||
host = <%= @pt_repl_host %>
|
||||
Reference in New Issue
Block a user