diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-07-29 11:57:34 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-07-29 11:57:34 +0200 |
commit | 80886895c63fc4107db30e1b7dd50351d4ab56b0 (patch) | |
tree | fe934644d860fee6e398b61ee142b7791a70d5d5 /sitemodules/roles | |
parent | f5b07bf80ec8a2a81a6e33355297f12a82ce8b6d (diff) | |
download | cacert-puppet-80886895c63fc4107db30e1b7dd50351d4ab56b0.tar.gz cacert-puppet-80886895c63fc4107db30e1b7dd50351d4ab56b0.tar.xz cacert-puppet-80886895c63fc4107db30e1b7dd50351d4ab56b0.zip |
Enable icinga2 agent on test3
Diffstat (limited to 'sitemodules/roles')
-rw-r--r-- | sitemodules/roles/manifests/testinstance.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sitemodules/roles/manifests/testinstance.pp b/sitemodules/roles/manifests/testinstance.pp index 4625476..2439b0f 100644 --- a/sitemodules/roles/manifests/testinstance.pp +++ b/sitemodules/roles/manifests/testinstance.pp @@ -19,8 +19,9 @@ # Copyright # --------- # -# Copyright 2018 Jan Dittberner +# Copyright 2018-2019 Jan Dittberner # class roles::testinstance { include profiles::base + include profiles::icinga2_agent } |