diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-07-23 21:57:35 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-07-23 21:57:35 +0200 |
commit | bc4764f8b4ca9202be1332a109fc9658cf6e7750 (patch) | |
tree | b084d594b2e3849dd4fa247070b9c435722d3dd5 /sitemodules/roles | |
parent | a32b300fdfaacc11a1ff15fe30b6c134b10b8758 (diff) | |
download | cacert-puppet-bc4764f8b4ca9202be1332a109fc9658cf6e7750.tar.gz cacert-puppet-bc4764f8b4ca9202be1332a109fc9658cf6e7750.tar.xz cacert-puppet-bc4764f8b4ca9202be1332a109fc9658cf6e7750.zip |
Add icinga2 agent on motion
Diffstat (limited to 'sitemodules/roles')
-rw-r--r-- | sitemodules/roles/manifests/motion.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sitemodules/roles/manifests/motion.pp b/sitemodules/roles/manifests/motion.pp index 6a28f52..8001cfe 100644 --- a/sitemodules/roles/manifests/motion.pp +++ b/sitemodules/roles/manifests/motion.pp @@ -23,5 +23,6 @@ class roles::motion { include profiles::base include profiles::rsyslog include profiles::nrpe_agent + include profiles::icinga2_agent include profiles::cacert_boardvoting } |