File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 548548 read_database_username => $read_database_username ,
549549 read_database_password => $read_database_password ,
550550 read_database_host => $read_database_host ,
551- before => Class[' puppetdb::server' ],
551+ before => Class[' puppetdb::server' ],
552552 }
553553}
Original file line number Diff line number Diff line change 2929 $ssl_key_pk8_path = $puppetdb::params::ssl_key_pk8_path,
3030 $ssl_ca_cert_path = $puppetdb::params::ssl_ca_cert_path
3131) inherits puppetdb::params {
32-
3332 $database_ini = " ${confdir} /database.ini"
3433
3534 file { $database_ini:
Original file line number Diff line number Diff line change 2323 $ssl_ca_cert_path = $puppetdb::params::ssl_ca_cert_path
2424) inherits puppetdb::params {
2525 if $read_database_host != undef {
26-
2726 $read_database_ini = " ${confdir} /read_database.ini"
2827
2928 file { $read_database_ini:
You can’t perform that action at this time.
0 commit comments