Skip to content

Commit

Permalink
(maint) appease the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathannewman committed Feb 15, 2024
1 parent 872218a commit 53c89d7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,6 @@
read_database_username => $read_database_username,
read_database_password => $read_database_password,
read_database_host => $read_database_host,
before => Class['puppetdb::server'],
before => Class['puppetdb::server'],
}
}
1 change: 0 additions & 1 deletion manifests/server/database.pp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
$ssl_key_pk8_path = $puppetdb::params::ssl_key_pk8_path,
$ssl_ca_cert_path = $puppetdb::params::ssl_ca_cert_path
) inherits puppetdb::params {

$database_ini = "${confdir}/database.ini"

file { $database_ini:
Expand Down
1 change: 0 additions & 1 deletion manifests/server/read_database.pp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
$ssl_ca_cert_path = $puppetdb::params::ssl_ca_cert_path
) inherits puppetdb::params {
if $read_database_host != undef {

$read_database_ini = "${confdir}/read_database.ini"

file { $read_database_ini:
Expand Down

0 comments on commit 53c89d7

Please sign in to comment.