fixing missing parameter name

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-09-30 08:39:30 -04:00 committed by Nick Chappell
parent c410696090
commit 6efc2931cd

View file

@ -108,7 +108,7 @@ allowed_hosts=<%= scope.lookupvar('icinga2::nrpe::nrpe_allowed_hosts').join(',')
#
# Values: 0=do not allow arguments, 1=allow command arguments
dont_blame_nrpe=<%= scope.lookupvar('icinga2::nrpe::allow_command_argument_processing') %>
dont_blame_nrpe=<%= scope.lookupvar('icinga2::nrpe::nrpe_allow_command_argument_processing') %>