diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-07-21 16:48:47 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-07-21 16:48:47 +0200 |
commit | 298ecfe93e8b9fa295b66d8b4aa03cc77f37f28e (patch) | |
tree | 13544ec8dbfe19bd37396171e67dfd9d186485fd | |
parent | bee1feb768c4be1a7eb707f9b5cb6bfd310a1863 (diff) | |
download | cacert-puppet-298ecfe93e8b9fa295b66d8b4aa03cc77f37f28e.tar.gz cacert-puppet-298ecfe93e8b9fa295b66d8b4aa03cc77f37f28e.tar.xz cacert-puppet-298ecfe93e8b9fa295b66d8b4aa03cc77f37f28e.zip |
Use icinga2 PKI for agent
-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, |