diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-07-24 23:42:57 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-07-24 23:42:57 +0200 |
commit | 2f0cf338af39755c8f92405e42c2dd84451f8056 (patch) | |
tree | 47205636beccf17578813e8a1ab5ff003e9e7534 /sitemodules/roles | |
parent | edc8478c54bb89853fccaf243a575102c28d231b (diff) | |
download | cacert-puppet-2f0cf338af39755c8f92405e42c2dd84451f8056.tar.gz cacert-puppet-2f0cf338af39755c8f92405e42c2dd84451f8056.tar.xz cacert-puppet-2f0cf338af39755c8f92405e42c2dd84451f8056.zip |
Add icinga2_agent to issue
Diffstat (limited to 'sitemodules/roles')
-rw-r--r-- | sitemodules/roles/manifests/issue.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sitemodules/roles/manifests/issue.pp b/sitemodules/roles/manifests/issue.pp index 092d4bb..6b2561f 100644 --- a/sitemodules/roles/manifests/issue.pp +++ b/sitemodules/roles/manifests/issue.pp @@ -18,10 +18,11 @@ # Copyright # --------- # -# Copyright 2018 Jan Dittberner +# Copyright 2018-2019 Jan Dittberner # class roles::issue { include profiles::base include profiles::rsyslog include profiles::nrpe_agent + include profiles::icinga2_agent } |