diff options
Diffstat (limited to 'sitemodules/profiles/manifests/icinga2_agent.pp')
-rw-r--r-- | sitemodules/profiles/manifests/icinga2_agent.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |