diff --git a/infra03sat.infra.cacert.org/hosts.conf b/infra03sat.infra.cacert.org/hosts.conf new file mode 100644 index 0000000..8989c5b --- /dev/null +++ b/infra03sat.infra.cacert.org/hosts.conf @@ -0,0 +1,19 @@ +// vim: set ft=icinga2 et sw=2 ts=2 si ai: +object Host "infra03sat.infra.cacert.org" { + import "debian-host" + import "puppet-host" + + display_name = "infra03sat" + + groups += [ "monitoring" ] + + address = "127.0.0.1" + address6 = "::1" + + vars.is_container = true + vars.debian_relase = 12 + + vars.ca_certs["Puppet"] = { + ssl_cert_file = "/var/lib/puppet/ssl/certs/ca.pem" + } +}