Skip to content

Commit

Permalink
fix #498 pki::ca require dependency to config class
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Nov 3, 2018
1 parent 92d9c41 commit 55a66fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/pki/ca.pp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
Optional[String] $ca_key = undef,
) {

require ::icinga2::config

$icinga2_bin = $::icinga2::globals::icinga2_bin
$ca_dir = $::icinga2::globals::ca_dir
$cert_dir = $::icinga2::globals::cert_dir
Expand Down

0 comments on commit 55a66fa

Please sign in to comment.