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

18 lines
552 B
Plaintext

###############################################################################
######### File created by Puppet - manual changes will be overwritten #########
###############################################################################
[database]
# The database address, i.e. //HOST:PORT/DATABASE_NAME
subname = <%= @pt_db_subname %>
# Connect as a specific user
username = <%= @pt_db_username %>
# Use a specific password
password = <%= @pt_db_password %>
# How often (in minutes) to compact the database
gc-interval = <%= @pt_gc_interval %>