From 298ecfe93e8b9fa295b66d8b4aa03cc77f37f28e Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 21 Jul 2019 16:48:47 +0200 Subject: Use icinga2 PKI for agent --- sitemodules/profiles/manifests/icinga2_agent.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sitemodules/profiles/manifests/icinga2_agent.pp') diff --git a/sitemodules/profiles/manifests/icinga2_agent.pp b/sitemodules/profiles/manifests/icinga2_agent.pp index ee0765a..fcf0d51 100644 --- a/sitemodules/profiles/manifests/icinga2_agent.pp +++ b/sitemodules/profiles/manifests/icinga2_agent.pp @@ -52,7 +52,7 @@ class profiles::icinga2_agent ( } class { '::icinga2::feature::api': - pki => 'none', + pki => 'icinga2', accept_config => true, accept_commands => true, ticket_id => $pki_ticket, -- cgit v1.2.1