fixing typo with Determines

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

Taken from: https://github.com/Icinga/puppet-icinga2/pull/22
This commit is contained in:
Steven Bambling 2014-10-01 18:50:35 -04:00 committed by Nick Chappell
parent 7008cd6f7b
commit 8671d25f98

View file

@ -287,7 +287,7 @@ class icinga2::params {
$nrpe_connection_timeout = '300'
#Note: because we use .join in the nrpe.cfg.erb template, this value *must* be an array
$nrpe_allowed_hosts = ['127.0.0.1',]
#Dtermines whether or not the NRPE daemon will allow clients to specify arguments to commands that are executed
#Determines whether or not the NRPE daemon will allow clients to specify arguments to commands that are executed
# *** ENABLING THIS OPTION IS A SECURITY RISK! ***
# Defaults to NOT allow command arguments
$allow_command_argument_processing = '0'