Skip to content

Commit 53c89d7

Browse files
(maint) appease the linter
1 parent 872218a commit 53c89d7

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

manifests/init.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,6 @@
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
}

manifests/server/database.pp

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
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:

manifests/server/read_database.pp

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
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:

0 commit comments

Comments
 (0)