add dirs and files - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/292
This commit is contained in:
17
templates/puppetdb/database.ini.erb
Normal file
17
templates/puppetdb/database.ini.erb
Normal file
@@ -0,0 +1,17 @@
|
||||
###############################################################################
|
||||
######### 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 %>
|
||||
Reference in New Issue
Block a user