add dirs and files - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/292
This commit is contained in:
20
templates/puppetdb/config.ini.erb
Normal file
20
templates/puppetdb/config.ini.erb
Normal file
@@ -0,0 +1,20 @@
|
||||
###############################################################################
|
||||
######### File created by Puppet - manual changes will be overwritten #########
|
||||
###############################################################################
|
||||
|
||||
# See README.md for more thorough explanations of each section and
|
||||
# option.
|
||||
|
||||
[global]
|
||||
# Store mq/db data in a custom directory
|
||||
vardir = /opt/puppetlabs/server/data/puppetdb
|
||||
|
||||
# Use an external logback config file
|
||||
logging-config = /etc/puppetlabs/puppetdb/logback.xml
|
||||
|
||||
[command-processing]
|
||||
# How many command-processing threads to use, defaults to (CPUs / 2)
|
||||
# threads = 4
|
||||
|
||||
# How many threads can write to disk at once, defaults to min(CPUs / 2, 4)
|
||||
# concurrent-writes = 4
|
||||
Reference in New Issue
Block a user