diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-07-29 11:36:48 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-07-29 11:38:57 +0200 |
commit | 8d2a91909d51daf40c92fd0bc5c7dc604f7156eb (patch) | |
tree | 38cda51c5a4987bc6245ef25750ebec52645e60b /sitemodules/roles | |
parent | c6a0a056fe675da485b00f4214e225c57c2ceb0f (diff) | |
download | cacert-puppet-8d2a91909d51daf40c92fd0bc5c7dc604f7156eb.tar.gz cacert-puppet-8d2a91909d51daf40c92fd0bc5c7dc604f7156eb.tar.xz cacert-puppet-8d2a91909d51daf40c92fd0bc5c7dc604f7156eb.zip |
Enable icinga2 agent on proxyin
Diffstat (limited to 'sitemodules/roles')
-rw-r--r-- | sitemodules/roles/manifests/proxyin.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sitemodules/roles/manifests/proxyin.pp b/sitemodules/roles/manifests/proxyin.pp index 6f3baee..7bed9fd 100644 --- a/sitemodules/roles/manifests/proxyin.pp +++ b/sitemodules/roles/manifests/proxyin.pp @@ -18,11 +18,12 @@ # Copyright # --------- # -# Copyright 2017-2018 Jan Dittberner +# Copyright 2017-2019 Jan Dittberner # class roles::proxyin { include profiles::base include profiles::rsyslog include profiles::sniproxy include profiles::nrpe_agent + include profiles::icinga2_agent } |