3
0
Files
puppet_cd/templates/puppetdb/database.ini.erb
2025-03-10 13:21:44 +01:00

11 lines
432 B
Plaintext

###############################################################################
########## database.ini managed by puppet agent ##########
###############################################################################
[database]
subname = <%= @pt_db_subname %>
username = <%= @pt_db_username %>
password = <%= @pt_db_password %>
gc-interval = <%= @pt_gc_interval %>