diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-07-29 16:35:09 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-07-29 16:35:09 +0200 |
commit | 255b0f9e3828e50de32d542982284d0ffcb47137 (patch) | |
tree | 6dc242e7355b0698e81355ed2bfc72ee3063ee15 /sitemodules/roles/manifests/translations.pp | |
parent | 9638d55b23260adb9ff532b4535bdbe12c66cbd7 (diff) | |
download | cacert-puppet-255b0f9e3828e50de32d542982284d0ffcb47137.tar.gz cacert-puppet-255b0f9e3828e50de32d542982284d0ffcb47137.tar.xz cacert-puppet-255b0f9e3828e50de32d542982284d0ffcb47137.zip |
Purge nrpe_agent from icinga2 agent nodes
Diffstat (limited to 'sitemodules/roles/manifests/translations.pp')
-rw-r--r-- | sitemodules/roles/manifests/translations.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sitemodules/roles/manifests/translations.pp b/sitemodules/roles/manifests/translations.pp index add209e..006dd6f 100644 --- a/sitemodules/roles/manifests/translations.pp +++ b/sitemodules/roles/manifests/translations.pp @@ -23,7 +23,7 @@ class roles::translations { include profiles::base include profiles::rsyslog - include profiles::nrpe_agent + include profiles::purge_nrpe_agent include profiles::icinga2_agent include profiles::pootle } |