Skip to content

Commit

Permalink
Fix pki::ca class for FreeBSD
Browse files Browse the repository at this point in the history
fixes #276
  • Loading branch information
bobapple committed Apr 7, 2017
1 parent d65f44e commit 8721ff4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
$spool_dir = '/var/spool/icinga2'
$cache_dir = '/var/cache/icinga2'
$pki_dir = "${conf_dir}/pki"
$ca_dir = '/var/icinga2/ca'
$ca_dir = '/var/lib/icinga2/ca'
$user = 'icinga'
$group = 'icinga'
$lib_dir = '/usr/local/lib/icinga2'
Expand Down
1 change: 0 additions & 1 deletion manifests/pki/ca.pp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
}

exec { 'create-icinga2-ca':
path => $path,
command => 'icinga2 pki new-ca',
creates => "${ca_dir}/ca.crt",
before => File[$_ssl_cacert_path],
Expand Down

0 comments on commit 8721ff4

Please sign in to comment.