From f48d22d30916ecd82c4ce3d838c892d6018c0d82 Mon Sep 17 00:00:00 2001 From: Tom De Vylder Date: Thu, 13 Nov 2014 09:32:40 +0100 Subject: [PATCH] Add nrpe_purge_unmanaged parameter to nrpe class Signed-off-by: Nick Chappell Merged from: https://github.com/Icinga/puppet-icinga2/pull/39 refs#7673: https://dev.icinga.org/issues/7673 --- manifests/nrpe.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/nrpe.pp b/manifests/nrpe.pp index f1e5b47..1b7f265 100644 --- a/manifests/nrpe.pp +++ b/manifests/nrpe.pp @@ -13,6 +13,7 @@ class icinga2::nrpe ( $nrpe_connection_timeout = $icinga2::params::nrpe_connection_timeout, $nrpe_allowed_hosts = $icinga2::params::nrpe_allowed_hosts, $nrpe_allow_command_argument_processing = $icinga2::params::allow_command_argument_processing, + $nrpe_purge_unmanaged = $icinga2::params::nrpe_purge_unmanaged, ) inherits icinga2::params {