File tree 3 files changed +1
-3
lines changed
3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 548
548
read_database_username => $read_database_username ,
549
549
read_database_password => $read_database_password ,
550
550
read_database_host => $read_database_host ,
551
- before => Class[' puppetdb::server' ],
551
+ before => Class[' puppetdb::server' ],
552
552
}
553
553
}
Original file line number Diff line number Diff line change 29
29
$ssl_key_pk8_path = $puppetdb::params::ssl_key_pk8_path,
30
30
$ssl_ca_cert_path = $puppetdb::params::ssl_ca_cert_path
31
31
) inherits puppetdb::params {
32
-
33
32
$database_ini = " ${confdir} /database.ini"
34
33
35
34
file { $database_ini:
Original file line number Diff line number Diff line change 23
23
$ssl_ca_cert_path = $puppetdb::params::ssl_ca_cert_path
24
24
) inherits puppetdb::params {
25
25
if $read_database_host != undef {
26
-
27
26
$read_database_ini = " ${confdir} /read_database.ini"
28
27
29
28
file { $read_database_ini:
You can’t perform that action at this time.
0 commit comments