add puppetdb section
This commit is contained in:
11
templates/puppetdb/config.ini.erb
Normal file
11
templates/puppetdb/config.ini.erb
Normal file
@@ -0,0 +1,11 @@
|
||||
###############################################################################
|
||||
########## config.ini managed by puppet agent ##########
|
||||
###############################################################################
|
||||
|
||||
[global]
|
||||
vardir = <%= @pt_puppetdb_var_dir %>
|
||||
logging-config = <%= @pt_logback_conf %>
|
||||
|
||||
[command-processing]
|
||||
threads = <%= @pt_com_proc_threads %>
|
||||
concurrent-writes = <%= @pt_concurrent_writes %>
|
||||
Reference in New Issue
Block a user