You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running ::icinga2::pki::ca on FreeBSD (10 and 11) does not work properly.
==> i2freebsd11puppet4: Notice: Compiled catalog fori2freebsd11puppet4.int.netways.dein environment production in 1.30 seconds
==> i2freebsd11puppet4: Error: Could not find command'icinga2'
==> i2freebsd11puppet4: Error: /Stage[main]/Icinga2::Pki::Ca/Exec[create-icinga2-ca]/returns: change from notrun to 0 failed: Could not find command'icinga2'
==> i2freebsd11puppet4: Notice: /Stage[main]/Icinga2::Pki::Ca/File[/usr/local/etc/icinga2/pki/ca.crt]: Dependency Exec[create-icinga2-ca] has failures: true
==> i2freebsd11puppet4: Notice: Compiled catalog fori2freebsd11puppet4.int.netways.dein environment production in 1.29 seconds
==> i2freebsd11puppet4: Notice: /Stage[main]/Icinga2::Pki::Ca/Exec[create-icinga2-ca]/returns: executed successfully
==> i2freebsd11puppet4: Error: /Stage[main]/Icinga2::Pki::Ca/File[/usr/local/etc/icinga2/pki/ca.crt]: Could not evaluate: Could not retrieve information from environment production source(s) file:/var/icinga2/ca/ca.crt
==> i2freebsd11puppet4: Notice: /Stage[main]/Icinga2::Pki::Ca/Exec[icinga2 pki create certificate signing request]: Dependency File[/usr/local/etc/icinga2/pki/ca.crt] has failures: true
Currently I can see two issues:
$path varoable in create-icinga2-ca exec
$::icinga2::params::ca_dir variable is wrong for freebsd
The text was updated successfully, but these errors were encountered:
Running
::icinga2::pki::ca
on FreeBSD (10 and 11) does not work properly.Currently I can see two issues:
$path
varoable increate-icinga2-ca
exec$::icinga2::params::ca_dir
variable is wrong for freebsdThe text was updated successfully, but these errors were encountered: