diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-07-29 11:53:30 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-07-29 11:53:30 +0200 |
commit | f5b07bf80ec8a2a81a6e33355297f12a82ce8b6d (patch) | |
tree | bbe7619cf6f39822c0ae2a3ad962efb007f1a626 /sitemodules/roles | |
parent | 6895cfca98777114d8dde3d2380f3be9cc648453 (diff) | |
download | cacert-puppet-f5b07bf80ec8a2a81a6e33355297f12a82ce8b6d.tar.gz cacert-puppet-f5b07bf80ec8a2a81a6e33355297f12a82ce8b6d.tar.xz cacert-puppet-f5b07bf80ec8a2a81a6e33355297f12a82ce8b6d.zip |
Enable icinga2 agent on webstatic
Diffstat (limited to 'sitemodules/roles')
-rw-r--r-- | sitemodules/roles/manifests/webstatic.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sitemodules/roles/manifests/webstatic.pp b/sitemodules/roles/manifests/webstatic.pp index b15b04c..40cc7bf 100644 --- a/sitemodules/roles/manifests/webstatic.pp +++ b/sitemodules/roles/manifests/webstatic.pp @@ -18,10 +18,11 @@ # Copyright # --------- # -# Copyright 2018 Jan Dittberner +# Copyright 2018-2019 Jan Dittberner # class roles::webstatic { include profiles::base include profiles::rsyslog include profiles::nrpe_agent + include profiles::icinga2_agent } |