diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-07-24 23:14:01 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-07-24 23:15:56 +0200 |
commit | cd9ff453d9a46e59ab5fac1c4446311c20d9da4e (patch) | |
tree | 71e65f95f1ccbc79b2af51447b520be712d46ceb /sitemodules/roles | |
parent | 27798452d692457bbfddd6a35171d2ae76f9ddee (diff) | |
download | cacert-puppet-cd9ff453d9a46e59ab5fac1c4446311c20d9da4e.tar.gz cacert-puppet-cd9ff453d9a46e59ab5fac1c4446311c20d9da4e.tar.xz cacert-puppet-cd9ff453d9a46e59ab5fac1c4446311c20d9da4e.zip |
Install icinga2 agent on emailout
Diffstat (limited to 'sitemodules/roles')
-rw-r--r-- | sitemodules/roles/manifests/emailout.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sitemodules/roles/manifests/emailout.pp b/sitemodules/roles/manifests/emailout.pp index 693e09e..3c2e6ed 100644 --- a/sitemodules/roles/manifests/emailout.pp +++ b/sitemodules/roles/manifests/emailout.pp @@ -24,4 +24,5 @@ class roles::emailout { include profiles::base include profiles::rsyslog include profiles::nrpe_agent + include profiles::icinga2_agent } |