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:
parent
23a7a6075c
commit
f48d22d309
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue