3
0
Files
puppet_cd/templates/puppetdb/config.ini.erb

21 lines
713 B
Plaintext

###############################################################################
######### 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