add puppetdb section
This commit is contained in:
10
templates/puppetdb/database.ini.erb
Normal file
10
templates/puppetdb/database.ini.erb
Normal file
@@ -0,0 +1,10 @@
|
||||
###############################################################################
|
||||
########## database.ini managed by puppet agent ##########
|
||||
###############################################################################
|
||||
|
||||
[database]
|
||||
subname = <%= @pt_db_subname %>
|
||||
username = <%= @pt_db_username %>
|
||||
password = <%= @pt_db_password %>
|
||||
|
||||
gc-interval = <%= @pt_gc_interval %>
|
||||
Reference in New Issue
Block a user