Add nrpe_purge_unmanaged parameter to nrpe class

Signed-off-by: Nick Chappell <nick@intronic.org>

Merged from: https://github.com/Icinga/puppet-icinga2/pull/39

refs#7673: https://dev.icinga.org/issues/7673
This commit is contained in:
Tom De Vylder 2014-11-13 09:32:40 +01:00 committed by Nick Chappell
parent 23a7a6075c
commit f48d22d309

View file

@ -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 {